From 3f33f17114cbd7673a03d68cdc7595cab19570b0 Mon Sep 17 00:00:00 2001 From: "guilhem@mysql.com" <> Date: Mon, 16 Jun 2003 15:49:54 +0200 Subject: Fix for nightly build test failure (test update). More messages. Testcase for bug 651. --- mysql-test/t/rpl000001.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/rpl000001.test') diff --git a/mysql-test/t/rpl000001.test b/mysql-test/t/rpl000001.test index 4ffd7d1d78e..ebce3d0ac94 100644 --- a/mysql-test/t/rpl000001.test +++ b/mysql-test/t/rpl000001.test @@ -90,8 +90,8 @@ connection master; --error 1053; reap; connection slave; -sync_with_master; -#give the slave a chance to exit +# The SQL slave thread should now have stopped because the query was killed on +# the master (so it has a non-zero error code in the binlog). wait_for_slave_to_stop; # The following test can't be done because the result of Pos will differ -- cgit v1.2.1