diff options
author | holyfoot@vva.(none) <> | 2006-04-24 13:07:53 +0500 |
---|---|---|
committer | holyfoot@vva.(none) <> | 2006-04-24 13:07:53 +0500 |
commit | a9996318f2df3b02e79d1e366f8f45ec69732b87 (patch) | |
tree | c8b6ba09ccd2c6555d59c0030ec849c5fb58b725 /mysql-test | |
parent | 19f134e40b6898e8a70f5780bd7a546f25a5aa3d (diff) | |
download | mariadb-git-a9996318f2df3b02e79d1e366f8f45ec69732b87.tar.gz |
bug #16892 (mysql_client_test fails in embedded server)
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/mysql_client_test.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index 66b57dd5fb7..1225bf73009 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", |