mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-23534: SIGSEGV in sf_malloc_usable_size/my_free on SET GLOBAL REPLICATE_DO_TABLE
Backporting fixes for: MDEV-22317: SIGSEGV in my_free/delete_dynamic in optimized builds (ARIA) Backported following commits from: 10.5.3 commit77e1b0c397
-- Post push fix. commit2e6b21be4a
MDEV-22059: MSAN report at replicate_ignore_table_grant Backported following commits from: 10.5.4 commit840fb495ce
This commit is contained in:
@@ -5,6 +5,8 @@ ERROR HY000: This operation cannot be performed as you have a running slave '';
|
||||
SET @@GLOBAL.replicate_ignore_table="test.t4,test.t5,test.t6";
|
||||
ERROR HY000: This operation cannot be performed as you have a running slave ''; run STOP SLAVE '' first
|
||||
include/stop_slave.inc
|
||||
SET @@GLOBAL.replicate_do_table="";
|
||||
SET @@GLOBAL.replicate_ignore_table="";
|
||||
SET @@GLOBAL.replicate_do_table="test.t1,test.t2,test.t3";
|
||||
SET @@GLOBAL.replicate_ignore_table="test.t4,test.t5,test.t6";
|
||||
include/start_slave.inc
|
||||
|
@@ -5,6 +5,8 @@ ERROR HY000: This operation cannot be performed as you have a running slave '';
|
||||
SET @@GLOBAL.replicate_wild_ignore_table="test.b%";
|
||||
ERROR HY000: This operation cannot be performed as you have a running slave ''; run STOP SLAVE '' first
|
||||
include/stop_slave.inc
|
||||
SET @@GLOBAL.replicate_wild_do_table="";
|
||||
SET @@GLOBAL.replicate_wild_ignore_table="";
|
||||
SET @@GLOBAL.replicate_wild_do_table="test.a%";
|
||||
SET @@GLOBAL.replicate_wild_ignore_table="test.b%";
|
||||
include/start_slave.inc
|
||||
|
@@ -51,6 +51,8 @@ SET @@GLOBAL.replicate_ignore_table="test.t4,test.t5,test.t6";
|
||||
|
||||
connection slave;
|
||||
source include/stop_slave.inc;
|
||||
SET @@GLOBAL.replicate_do_table="";
|
||||
SET @@GLOBAL.replicate_ignore_table="";
|
||||
SET @@GLOBAL.replicate_do_table="test.t1,test.t2,test.t3";
|
||||
SET @@GLOBAL.replicate_ignore_table="test.t4,test.t5,test.t6";
|
||||
source include/start_slave.inc;
|
||||
|
@@ -13,6 +13,8 @@ SET @@GLOBAL.replicate_wild_ignore_table="test.b%";
|
||||
|
||||
connection slave;
|
||||
source include/stop_slave.inc;
|
||||
SET @@GLOBAL.replicate_wild_do_table="";
|
||||
SET @@GLOBAL.replicate_wild_ignore_table="";
|
||||
SET @@GLOBAL.replicate_wild_do_table="test.a%";
|
||||
SET @@GLOBAL.replicate_wild_ignore_table="test.b%";
|
||||
source include/start_slave.inc;
|
||||
|
Reference in New Issue
Block a user