fix intermittant timing-related test failure

This commit is contained in:
antony@pcg5ppc.xiphis.org 2007-09-13 09:34:21 -07:00
parent 3d75d36e1f
commit 0b59871b83
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ Master_SSL_CA_Path
Master_SSL_Cert
Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master 0
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
Last_IO_Errno 0
Last_IO_Error

View File

@ -135,7 +135,7 @@ SELECT count(*) as "Master byrange" FROM test.byrange_tbl;
--sync_slave_with_master
connection slave;
show create table test.byrange_tbl;
--replace_column 4 MASTER_PORT
--replace_column 4 MASTER_PORT 33 #
show slave status;
SELECT count(*) "Slave norm" FROM test.regular_tbl;
SELECT count(*) "Slave bykey" FROM test.bykey_tbl;