Commit 70a530e4 authored by unknown's avatar unknown

bug#22725

refining the test.


mysql-test/t/binlog_killed.test:
  due to killing reap may catch an error though it's indeterministic.
parent daa7b8a5
...@@ -28,6 +28,7 @@ connection con1; ...@@ -28,6 +28,7 @@ connection con1;
eval kill query $ID; eval kill query $ID;
connection con2; connection con2;
--error 0,ER_QUERY_INTERRUPTED
reap; reap;
select count(*) from t2 /* must be 3 */; select count(*) from t2 /* must be 3 */;
......
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