bug#22725

refining the test.


mysql-test/t/binlog_killed.test:
  due to killing reap may catch an error though it's indeterministic.
This commit is contained in:
unknown 2007-05-29 21:05:08 +03:00
parent daa7b8a5b2
commit 70a530e401

View File

@ -28,6 +28,7 @@ connection con1;
eval kill query $ID;
connection con2;
--error 0,ER_QUERY_INTERRUPTED
reap;
select count(*) from t2 /* must be 3 */;