diff options
author | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-03-20 17:53:55 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-03-20 17:53:55 +0400 |
commit | 0233b13572df1c225885e1fb5edcf72afa4ad4b7 (patch) | |
tree | 32ab39c7e6d17c6d75951c2a80b6f0dccb0c94a0 /mysql-test/t/init_connect.test | |
parent | 90879b57376221777c3c43fa1abd4eddd071a66c (diff) | |
download | mariadb-git-0233b13572df1c225885e1fb5edcf72afa4ad4b7.tar.gz |
tests fixed to work in embedded server
Diffstat (limited to 'mysql-test/t/init_connect.test')
-rw-r--r-- | mysql-test/t/init_connect.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/t/init_connect.test b/mysql-test/t/init_connect.test index c9a18a4003d..0a08559279c 100644 --- a/mysql-test/t/init_connect.test +++ b/mysql-test/t/init_connect.test @@ -2,10 +2,11 @@ # Test of init_connect variable # +# should work with embedded server after mysqltest is fixed +--source include/not_embedded.inc + --source include/add_anonymous_users.inc -# should work with embedded server after mysqltest is fixed --- source include/not_embedded.inc connect (con0,localhost,root,,); connection con0; select hex(@a); |