From a9996318f2df3b02e79d1e366f8f45ec69732b87 Mon Sep 17 00:00:00 2001 From: "holyfoot@vva.(none)" <> Date: Mon, 24 Apr 2006 13:07:53 +0500 Subject: [PATCH] bug #16892 (mysql_client_test fails in embedded server) --- mysql-test/t/mysql_client_test.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index 66b57dd5fb..1225bf7300 100644 --- a/mysql-test/t/mysql_client_test.test +++ b/mysql-test/t/mysql_client_test.test @@ -1,3 +1,6 @@ +# This test should work in embedded server after we fix mysqltest +-- source include/not_embedded.inc + # We run with different binaries for normal and --embedded-server # # If this test fails with "command "$MYSQL_CLIENT_TEST" failed", -- 2.30.9