summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <holyfoot@deer.(none)>2006-06-02 22:33:22 +0500
committerunknown <holyfoot@deer.(none)>2006-06-02 22:33:22 +0500
commitea7aa193960d42c0bdbc011ba3714ceebc6f189c (patch)
treed9e99d11138f27e884a4890713ab580a667e2249 /tests
parentddd9fbacc61315812b4ac5f07eb4f1bd69e9811c (diff)
downloadmariadb-git-ea7aa193960d42c0bdbc011ba3714ceebc6f189c.tar.gz
bug #19983 (mysql_client_test_embedded fails)
libmysqld/lib_sql.cc: field length counting fixed tests/mysql_client_test.c: this test is not for embedded server as it tests kill command
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 5133a9013d2..7bef49d3a57 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -12066,7 +12066,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 },