diff options
| author | unknown <monty@hundin.mysql.fi> | 2002-08-06 16:12:52 +0300 |
|---|---|---|
| committer | unknown <monty@hundin.mysql.fi> | 2002-08-06 16:12:52 +0300 |
| commit | 1482ea7d4e46ab426fe0e75caaf872c1732b5b94 (patch) | |
| tree | ec56e69057df802b4810a80947eb79d8ffdd2a99 /mysql-test/t | |
| parent | 6c12397b4637ac4e9251edda6dcdda7374107df8 (diff) | |
| download | mariadb-git-1482ea7d4e46ab426fe0e75caaf872c1732b5b94.tar.gz | |
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
Diffstat (limited to 'mysql-test/t')
| -rw-r--r-- | mysql-test/t/rpl000001.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
