Commit 8bb225d1 authored by Alice Sherepa's avatar Alice Sherepa

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

parent cccc7b5f
...@@ -5,7 +5,7 @@ ...@@ -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; ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment