From 7a1c9459b3235f24fe56ca008c0de10a359b6210 Mon Sep 17 00:00:00 2001 From: "holyfoot@deer.(none)" <> Date: Fri, 2 Jun 2006 22:33:22 +0500 Subject: bug #19983 (mysql_client_test_embedded fails) --- tests/mysql_client_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 }, -- cgit v1.2.1