diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-07-25 13:50:17 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-07-25 13:50:17 +0500 |
commit | 39486004bbf13987b5962056bf0bf0ed4bf7b86d (patch) | |
tree | 228b830971937e61b70ac7fa7482b54b81dca165 /tests | |
parent | d6d5983074713a02e59eb02e8ca2c7d747e6e926 (diff) | |
parent | c988ef942fed9688fd2bd126af1e6946bbdd531d (diff) | |
download | mariadb-git-39486004bbf13987b5962056bf0bf0ed4bf7b86d.tar.gz |
Merge mysql.com:/home/hf/work/mysql-4.1.mrg
into mysql.com:/home/hf/work/mysql-5.0.mrg
libmysqld/lib_sql.cc:
Auto merged
tests/mysql_client_test.c:
merging
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index b81c0aef506..76a220e2454 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -15291,7 +15291,9 @@ static struct my_tests_st my_tests[]= { { "test_bug14845", test_bug14845 }, { "test_bug15510", test_bug15510 }, { "test_opt_reconnect", test_opt_reconnect }, +#ifndef EMBEDDED_LIBRARY { "test_bug12744", test_bug12744 }, +#endif { "test_bug16143", test_bug16143 }, { "test_bug15613", test_bug15613 }, { "test_bug20152", test_bug20152 }, |