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:
@@ -5,7 +5,7 @@
|
|||||||
--source include/master-slave.inc
|
--source include/master-slave.inc
|
||||||
|
|
||||||
# Set the default connection to 'master'
|
# Set the default connection to 'master'
|
||||||
|
--enable_prepare_warnings
|
||||||
--vertical_results
|
--vertical_results
|
||||||
|
|
||||||
let $engine_type= 'innodb';
|
let $engine_type= 'innodb';
|
||||||
@@ -151,7 +151,7 @@ SELECT count(*) "Slave bykey" FROM test.bykey_tbl;
|
|||||||
SELECT count(*) "Slave byrange" FROM test.byrange_tbl;
|
SELECT count(*) "Slave byrange" FROM test.byrange_tbl;
|
||||||
|
|
||||||
###### CLEAN UP SECTION ##############
|
###### CLEAN UP SECTION ##############
|
||||||
|
--disable_prepare_warnings
|
||||||
connection master;
|
connection master;
|
||||||
DROP PROCEDURE test.proc_norm;
|
DROP PROCEDURE test.proc_norm;
|
||||||
DROP PROCEDURE test.proc_bykey;
|
DROP PROCEDURE test.proc_bykey;
|
||||||
|
Reference in New Issue
Block a user