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/no-threads.test |
--source include/not_embedded.inc --source include/not_threadpool.inc # # Test the --thread-handler=no-threads option # select 1+1; select 1+2; SHOW GLOBAL VARIABLES LIKE 'thread_handling'; # # Bug #30651 Problems with thread_handling system variable # --error ER_INCORRECT_GLOBAL_LOCAL_VAR select @@session.thread_handling; --error ER_INCORRECT_GLOBAL_LOCAL_VAR set GLOBAL thread_handling='one-thread';