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 17:52:44 +0200
commit211c1bcd9a68131142d4533d6aba0b7609f55210 (patch)
treeabb907941d8a3bdcb6c5fe37c14ac2a39a7e070f
parentb630f0b1b98e462225c13176113946f4580ea8d4 (diff)
downloadmariadb-git-bb-10.6-alice.tar.gz
MDEV-16708: fixed test rpl_innodb_bug28430, failing with --psbb-10.6-alice
-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;