From 72345f2b474310bc72af7fb4e3b25c7051dfd6cd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Aug 2002 16:12:52 +0300 Subject: Better error messages for mysql-test-run Added option --host to mysqlhotcopy mysql-test/mysql-test-run.sh: Added error message if the server doesn't start. Increase connect timeout a bit (for running under purify). mysql-test/t/rpl000001.test: Longer sleep time (for running under purify) scripts/mysqlhotcopy.sh: Added option --host for usage with TCP/IP connections sql/gen_lex_hash.cc: Fixed typo --- mysql-test/t/rpl000001.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/rpl000001.test') diff --git a/mysql-test/t/rpl000001.test b/mysql-test/t/rpl000001.test index 113a9637dac..6a827368fa4 100644 --- a/mysql-test/t/rpl000001.test +++ b/mysql-test/t/rpl000001.test @@ -57,7 +57,7 @@ reap; connection slave; sync_with_master ; #give the slave a chance to exit -sleep 0.5; +sleep 2; # The following test can't be done because the result of Pos will differ # on different computers -- cgit v1.2.1