Remove PerconaTest::wait_for_table() after calls to Sandbox::load_file() which now implicitly calls Sandbox::wait_for_slaves().

This commit is contained in:
Daniel Nichter
2012-06-07 10:25:44 -04:00
parent 4af46e81f9
commit dac0731251
29 changed files with 27 additions and 90 deletions
-1
View File
@@ -117,7 +117,6 @@ $master_dbh->do("LOAD DATA LOCAL INFILE '$trunk/t/pt-table-checksum/samples/600c
$master_dbh->do("SET SQL_LOG_BIN=0");
$master_dbh->do("DELETE FROM test.t WHERE id > 100");
$master_dbh->do("SET SQL_LOG_BIN=1");
PerconaTest::wait_for_table($slave_dbh, "test.t", "id=600");
# Now there are 100 rows on the master and 600 on the slave.
$output = output(