Commit 1e9ab68e authored by Kristian Nielsen's avatar Kristian Nielsen

Merge.

parents 96f4a906 528729fc
......@@ -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";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment