mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@@ -270,16 +270,12 @@ Variable_name Value
|
||||
Rpl_semi_sync_master_clients 1
|
||||
# Test failure of select error .
|
||||
SET GLOBAL debug = 'd,rpl_semisync_simulate_select_error';
|
||||
Warnings:
|
||||
Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
|
||||
INSERT INTO t1 VALUES(3);
|
||||
connection slave;
|
||||
connection con1;
|
||||
# Test failure of pthread_create
|
||||
SET GLOBAL rpl_semi_sync_master_enabled = 0;
|
||||
SET GLOBAL debug = 'd,rpl_semisync_simulate_create_thread_failure';
|
||||
Warnings:
|
||||
Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
|
||||
SET GLOBAL rpl_semi_sync_master_enabled= ON;
|
||||
# Test failure of pthread_join
|
||||
SET GLOBAL rpl_semi_sync_master_enabled= OFF;
|
||||
@@ -287,8 +283,6 @@ SET GLOBAL rpl_semi_sync_master_enabled= OFF;
|
||||
# Failure on registering semisync slave
|
||||
#
|
||||
SET GLOBAL debug= 'd,rpl_semisync_simulate_add_slave_failure';
|
||||
Warnings:
|
||||
Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
|
||||
SET GLOBAL rpl_semi_sync_master_enabled= ON;
|
||||
connection slave;
|
||||
STOP SLAVE IO_THREAD;
|
||||
@@ -297,8 +291,6 @@ START SLAVE IO_THREAD;
|
||||
include/wait_for_slave_io_to_start.inc
|
||||
connection con1;
|
||||
SET GLOBAL debug='';
|
||||
Warnings:
|
||||
Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
|
||||
connection slave;
|
||||
START SLAVE IO_THREAD;
|
||||
include/wait_for_slave_io_to_start.inc
|
||||
|
Reference in New Issue
Block a user