From 70a530e4014d386b41998c67ebb57be583e876f4 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 May 2007 21:05:08 +0300 Subject: [PATCH] bug#22725 refining the test. mysql-test/t/binlog_killed.test: due to killing reap may catch an error though it's indeterministic. --- mysql-test/t/binlog_killed.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/binlog_killed.test b/mysql-test/t/binlog_killed.test index 0bba72df867..219065a3579 100644 --- a/mysql-test/t/binlog_killed.test +++ b/mysql-test/t/binlog_killed.test @@ -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 */;