~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/t/mysql_client_test.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This test should work in embedded server after we fix mysqltest
 
2
-- source include/not_embedded.inc
 
3
 
 
4
# We run with different binaries for normal and --embedded-server
 
5
#
 
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
 
10
 
 
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
 
13
 
 
14
# End of 4.1 tests
 
15
echo ok;
 
16