diff options
author | unknown <holyfoot@mysql.com> | 2006-05-17 18:01:05 +0500 |
---|---|---|
committer | unknown <holyfoot@mysql.com> | 2006-05-17 18:01:05 +0500 |
commit | abc6e665e147df7dcf7fa71deab136ee96f4f613 (patch) | |
tree | ae45500df05502147194c96412dbc3acb74ebaca /mysql-test/t/init_connect.test | |
parent | 2cd08261d48b819e795fc88472751de9930cc466 (diff) | |
parent | d7d88e59f53f2f73d97fd6320ab2de1b9fcf1592 (diff) | |
download | mariadb-git-abc6e665e147df7dcf7fa71deab136ee96f4f613.tar.gz |
Merge mysql.com:/home/hf/work/mysql-4.1.clean
into mysql.com:/home/hf/work/mysql-5.0.mrg
mysql-test/t/init_connect.test:
Auto merged
mysql-test/t/wait_timeout.test:
Auto merged
Diffstat (limited to 'mysql-test/t/init_connect.test')
-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 2e3c67a7d38..0ee6387d985 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); |