mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -63,7 +63,7 @@ include/wait_for_slave_io_error.inc [errno=1236]
|
||||
SHOW TABLES;
|
||||
Tables_in_test
|
||||
table1_no_encryption
|
||||
include/stop_slave.inc
|
||||
include/stop_slave_sql.inc
|
||||
reset slave;
|
||||
##########
|
||||
# Cleanup
|
||||
|
@ -136,7 +136,8 @@ start slave;
|
||||
SHOW TABLES;
|
||||
|
||||
--disable_connect_log
|
||||
--source include/stop_slave.inc
|
||||
# IO thread is stopped, stop SQL thread only
|
||||
--source include/stop_slave_sql.inc
|
||||
--enable_connect_log
|
||||
reset slave;
|
||||
|
||||
|
@ -62,7 +62,7 @@ include/wait_for_slave_io_error.inc [errno=1236]
|
||||
# ..success
|
||||
SHOW TABLES;
|
||||
Tables_in_test
|
||||
include/stop_slave.inc
|
||||
include/stop_slave_sql.inc
|
||||
reset slave;
|
||||
##########
|
||||
# Cleanup
|
||||
|
@ -132,7 +132,8 @@ if (`SELECT strcmp("$gsp","")`)
|
||||
SHOW TABLES;
|
||||
|
||||
--disable_connect_log
|
||||
--source include/stop_slave.inc
|
||||
# IO thread is stopped, wait for SQL thread to be stopped
|
||||
--source include/stop_slave_sql.inc
|
||||
--enable_connect_log
|
||||
reset slave;
|
||||
|
||||
|
@ -192,7 +192,7 @@ SET GLOBAL max_binlog_cache_size= ORIGINAL_VALUE;
|
||||
SET GLOBAL binlog_cache_size= ORIGINAL_VALUE;
|
||||
SET GLOBAL max_binlog_stmt_cache_size= ORIGINAL_VALUE;
|
||||
SET GLOBAL binlog_stmt_cache_size= ORIGINAL_VALUE;
|
||||
include/stop_slave.inc
|
||||
include/stop_slave_io.inc
|
||||
include/start_slave.inc
|
||||
connection master;
|
||||
connection slave;
|
||||
|
@ -35,7 +35,8 @@ connection server_2;
|
||||
connection con_temp2;
|
||||
COMMIT;
|
||||
connection server_2;
|
||||
include/stop_slave.inc
|
||||
include/wait_for_slave_sql_error.inc [errno=1062]
|
||||
include/stop_slave_io.inc
|
||||
include/assert.inc [table t1 should have zero rows where a>32]
|
||||
SELECT * FROM t1 WHERE a>32;
|
||||
a
|
||||
|
@ -38,7 +38,6 @@ connection con2;
|
||||
SET debug_sync='RESET';
|
||||
connection server_2;
|
||||
include/wait_for_slave_sql_error.inc [errno=1062]
|
||||
include/wait_for_slave_sql_to_stop.inc
|
||||
SELECT * FROM t3 WHERE a >= 110 ORDER BY a;
|
||||
a b
|
||||
110 1
|
||||
|
Reference in New Issue
Block a user