summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sherepa <alice.sherepa@gmail.com>2021-06-18 17:52:44 +0200
committerAlice Sherepa <alice.sherepa@gmail.com>2021-06-18 18:03:26 +0200
commit8bb225d10a5fb06724a7979d97e6ee936843da74 (patch)
tree7244ef69f641c5c622d6102316d452258b273ca4
parentcccc7b5f9b180a14a0c0e2f087d387e9b3fd5256 (diff)
downloadmariadb-git-8bb225d10a5fb06724a7979d97e6ee936843da74.tar.gz
MDEV-16708: fixed test rpl_innodb_bug28430, failing with --ps
-rw-r--r--mysql-test/suite/rpl/t/rpl_innodb_bug28430.test4
1 files 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;