1
# This test should work in embedded server after we fix mysqltest
2
-- source include/not_embedded.inc
4
# We run with different binaries for normal and --embedded-server
6
# If this test fails with "command "$MYSQL_CLIENT_TEST" failed",
7
# you should either run mysql_client_test separartely against a running
8
# server or run mysql-test-run --debug mysql_client_test and check
9
# var/log/mysql_client_test.trace
11
--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
12
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1