From b14acb47f8910b373f7bd1a5548a1fe4871c8907 Mon Sep 17 00:00:00 2001 From: Santosh Praneeth Banda Date: Wed, 14 Jan 2015 11:48:28 -0800 Subject: [PATCH] suppress a warning Summary: This warning is expected when running STOP SLAVE while SQL thread is executing a non-transactional group (or DDL) Test Plan: mtr Reviewers: rongrong Reviewed By: rongrong --- mysql-test/extra/rpl_tests/rpl_parallel_load_innodb.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/extra/rpl_tests/rpl_parallel_load_innodb.test b/mysql-test/extra/rpl_tests/rpl_parallel_load_innodb.test index e6b4c288b4ff..791298c407fe 100644 --- a/mysql-test/extra/rpl_tests/rpl_parallel_load_innodb.test +++ b/mysql-test/extra/rpl_tests/rpl_parallel_load_innodb.test @@ -46,6 +46,9 @@ enable_query_log; connection slave; call mtr.add_suppression('Slave: Error dropping database'); ## todo: fix +--disable_query_log +call mtr.add_suppression('Slave SQL: Request to stop slave SQL Thread received while applying a group that has non-transactional changes; waiting for completion of the group'); +--enable_query_log source include/stop_slave.inc; source include/start_slave.inc;