1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

tests fixed to work in embedded server

This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-03-20 17:53:55 +04:00
parent 90879b5737
commit 0233b13572
6 changed files with 20 additions and 16 deletions

View File

@@ -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);