Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0, 10.1
-
None
-
Debian Jessie 64 Bit
Description
Hello,
we are running a multi-source replication setup. We are not able to change the dynamic replication variables on the slave without a restart of the mariadb server.
Example e.g.:
SHOW ALL SLAVES STATUS;
|
Result:
- Connection_name: gandalf
|
- Replicate_Do_Table: database1.table1,database1.table2
|
STOP SLAVE 'gandalf';
|
SET GLOBAL replicate_do_table='database1.table1,database1.table2,database1.table3';
|
START SLAVE 'gandalf';
|
 |
SHOW ALL SLAVES STATUS;
|
Result:
- Connection_name: gandalf
|
- Replicate_Do_Table: database1.table1,database1.table2
|
Expected result:
- Connection_name: gandalf
|
- Replicate_Do_Table: database1.table1,database1.table2,database1.table3
|
Best regards
Michael