From 7c19c4da1aad6ffa4c83da5f9c16a833b477ea6c Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 May 2006 21:43:22 +0500 Subject: [PATCH 1/2] bug #15435 (wait_timeout.test fails with the embedded server) this test just can't work in the embedded server mysql-test/t/wait_timeout.test: test can't work properly with the embedded server yet --- mysql-test/t/wait_timeout.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/wait_timeout.test b/mysql-test/t/wait_timeout.test index 26f91569868..4c1aeee5c04 100644 --- a/mysql-test/t/wait_timeout.test +++ b/mysql-test/t/wait_timeout.test @@ -1,3 +1,6 @@ +# This tests not performed with embedded server +-- source include/not_embedded.inc + # # Bug #8731: wait_timeout does not work on Mac OS X # From d7d88e59f53f2f73d97fd6320ab2de1b9fcf1592 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 May 2006 21:49:33 +0500 Subject: [PATCH 2/2] bug 15430 (init_connect test fails with the embedded server) mysqltest program should be really multithreaded to perform this test with the embedded server. So this test disabled until we redo mysqltest this way mysql-test/t/init_connect.test: test can't work properly with the embedded server yet --- mysql-test/t/init_connect.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/t/init_connect.test b/mysql-test/t/init_connect.test index f90d1b8670d..7ceaef1aad7 100644 --- a/mysql-test/t/init_connect.test +++ b/mysql-test/t/init_connect.test @@ -2,6 +2,8 @@ # Test of init_connect variable # +# should work with embedded server after mysqltest is fixed +-- source include/not_embedded.inc connect (con0,localhost,root,,); connection con0; select hex(@a);