Current Path : /home/usr.opt/mysql57/mysql-test/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //home/usr.opt/mysql57/mysql-test/t/mysql_not_windows.test |
-- source include/not_windows.inc # This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc # # Testing the MySQL command line client(mysql) # # # Bug #54466 client 5.5 built from source lacks "pager" support # --echo Bug #54466 client 5.5 built from source lacks "pager" support --exec $MYSQL --pager test -e "select 1 as a" --echo # --echo # Bug#21074643: SERVER SETS OPEN_FILES_LIMIT UNCONDITIONALLY --echo # --echo # Filtering out the warning since platforms Solaris and osx set the --echo # open_files_limit to too low a value after setrlimit fails to set --echo # open_files_limit to 10000000 CALL mtr.add_suppression("innodb_open_files should not be greater than the open_files_limit."); # .opt file tries to set limit to 10000000, but this should not work # so that the SELECT below should return 0. SELECT @@open_files_limit = 10000000; --echo --echo End of tests