diff options
author | unknown <holyfoot@deer.(none)> | 2006-05-14 21:49:33 +0500 |
---|---|---|
committer | unknown <holyfoot@deer.(none)> | 2006-05-14 21:49:33 +0500 |
commit | d7d88e59f53f2f73d97fd6320ab2de1b9fcf1592 (patch) | |
tree | 9cf69eafc4f338af183f9bcc02c6f518810fbb0b | |
parent | 7c19c4da1aad6ffa4c83da5f9c16a833b477ea6c (diff) | |
download | mariadb-git-d7d88e59f53f2f73d97fd6320ab2de1b9fcf1592.tar.gz |
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
-rw-r--r-- | mysql-test/t/init_connect.test | 2 |
1 files changed, 2 insertions, 0 deletions
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); |