Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
knielsen committed Sep 11, 2015
2 parents 96f4a90 + 528729f commit 1e9ab68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/rpl/t/rpl_mdev8193.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ eval start slave until master_log_file='$master_file', master_log_pos=$master_po

--source include/wait_show_condition.inc

if (`select COUNT(*) <> 11 from t1`)
if (`select COUNT(*) > 11 from t1`)
{
SELECT * FROM t1;
query_vertical show slave status;
SELECT * FROM t1;
die "Wrong number of rows in the table";
}

Expand Down

0 comments on commit 1e9ab68

Please sign in to comment.