mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
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
This commit is contained in:
parent
7c19c4da1a
commit
d7d88e59f5
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue