summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/deer.(none) <>2006-07-20 16:03:21 +0500
committerholyfoot/hf@mysql.com/deer.(none) <>2006-07-20 16:03:21 +0500
commit95b88445fbf9cbd20efe25972123029ca679b121 (patch)
treedf0880f79e51a963ad55111419b36b55fea5d813 /tests
parent2eacb14d2eb1ec9f5e9ca36a19f37980fdd9ffa7 (diff)
parent7a1c9459b3235f24fe56ca008c0de10a359b6210 (diff)
downloadmariadb-git-95b88445fbf9cbd20efe25972123029ca679b121.tar.gz
Merge bk@192.168.21.1:mysql-4.1
into mysql.com:/home/hf/work/mysql-4.1.19983
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 94034141d81..7a87fc78ea5 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -12125,7 +12125,9 @@ static struct my_tests_st my_tests[]= {
{ "test_bug8378", test_bug8378 },
{ "test_bug9735", test_bug9735 },
{ "test_bug11183", test_bug11183 },
+#ifndef EMBEDDED_LIBRARY
{ "test_bug12744", test_bug12744 },
+#endif
{ "test_bug12001", test_bug12001 },
{ "test_bug11718", test_bug11718 },
{ "test_bug12925", test_bug12925 },