2006-01-04 11:20:28 +01:00
|
|
|
# This test should work in embedded server after we fix mysqltest
|
|
|
|
-- source include/not_embedded.inc
|
|
|
|
|
2005-01-24 16:56:17 +01:00
|
|
|
# We run with different binaries for normal and --embedded-server
|
2005-02-22 11:51:23 +01:00
|
|
|
#
|
|
|
|
# If this test fails with "command "$MYSQL_CLIENT_TEST" failed",
|
|
|
|
# you should either run mysql_client_test separartely against a running
|
|
|
|
# server or run mysql-test-run --debug mysql_client_test and check
|
|
|
|
# var/log/mysql_client_test.trace
|
|
|
|
|
2005-01-24 16:56:17 +01:00
|
|
|
--disable_result_log
|
2005-10-25 19:10:53 +02:00
|
|
|
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M
|
2005-07-28 02:22:47 +02:00
|
|
|
|
|
|
|
# End of 4.1 tests
|
2005-12-06 21:28:13 +01:00
|
|
|
echo ok;
|
|
|
|
|