From 8bb225d10a5fb06724a7979d97e6ee936843da74 Mon Sep 17 00:00:00 2001 From: Alice Sherepa Date: Fri, 18 Jun 2021 17:52:44 +0200 Subject: [PATCH] MDEV-16708: fixed test rpl_innodb_bug28430, failing with --ps --- mysql-test/suite/rpl/t/rpl_innodb_bug28430.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test b/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test index 12698263da4..0b8fb751726 100644 --- a/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test +++ b/mysql-test/suite/rpl/t/rpl_innodb_bug28430.test @@ -5,7 +5,7 @@ --source include/master-slave.inc # Set the default connection to 'master' - +--enable_prepare_warnings --vertical_results let $engine_type= 'innodb'; @@ -151,7 +151,7 @@ SELECT count(*) "Slave bykey" FROM test.bykey_tbl; SELECT count(*) "Slave byrange" FROM test.byrange_tbl; ###### CLEAN UP SECTION ############## - +--disable_prepare_warnings connection master; DROP PROCEDURE test.proc_norm; DROP PROCEDURE test.proc_bykey;