1
by brian
clean slate |
1 |
# We run with different binaries for normal and --embedded-server
|
2 |
#
|
|
319.1.1
by Grant Limberg
renamed all instances of MYSQL_ to DRIZZLE_ |
3 |
# If this test fails with "command "$DRIZZLE_CLIENT_TEST" failed",
|
1
by brian
clean slate |
4 |
# you should either run mysql_client_test separartely against a running
|
5 |
# server or run mysql-test-run --debug mysql_client_test and check
|
|
6 |
# var/log/mysql_client_test.trace
|
|
7 |
||
319.1.1
by Grant Limberg
renamed all instances of MYSQL_ to DRIZZLE_ |
8 |
--exec echo "$DRIZZLE_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1 |
9 |
--exec $DRIZZLE_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1 |
|
1
by brian
clean slate |
10 |
|
11 |
# End of 4.1 tests
|
|
12 |
echo ok; |
|
13 |