1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-16708: fixed test rpl_innodb_bug28430, failing with --ps

This commit is contained in:
Alice Sherepa
2021-06-18 17:52:44 +02:00
parent cccc7b5f9b
commit 8bb225d10a

View File

@@ -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;