diff options
author | unknown <kent@mysql.com> | 2005-03-22 15:12:05 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-03-22 15:12:05 +0100 |
commit | 27a711b4cb0f58b08794d8d85284c8220404e6c7 (patch) | |
tree | b5bb357279ab60caf359cad8e50d564b73ad3efd /mysql-test/mysql-test-run.sh | |
parent | a94a62cefb4e2c25c0543a7a0741388d48b5e435 (diff) | |
download | mariadb-git-27a711b4cb0f58b08794d8d85284c8220404e6c7.tar.gz |
mysql-test-run.sh, mysql-test-run.pl:
InnoDB needs longer start time for second slave on slow hosts
mysql-test/mysql-test-run.pl:
InnoDB needs longer start time for second slave on slow hosts
mysql-test/mysql-test-run.sh:
InnoDB needs longer start time for second slave on slow hosts
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 90846a2711a..c2cff2ed424 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -232,7 +232,7 @@ SLEEP_TIME_FOR_DELETE=10 SLEEP_TIME_FOR_FIRST_MASTER=400 # Enough time to create innodb tables SLEEP_TIME_FOR_SECOND_MASTER=400 SLEEP_TIME_FOR_FIRST_SLAVE=400 -SLEEP_TIME_FOR_SECOND_SLAVE=30 +SLEEP_TIME_FOR_SECOND_SLAVE=300 CHARACTER_SET=latin1 DBUSER="" START_WAIT_TIMEOUT=10 |