Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.0.17
-
None
-
x86_64, rhel6, 5.5 master , 10.0.17 slave
Description
two multisource replication connections exist and the replicate-do-db value is duplicated
on slave:
config file:
|
replicate-do-db=X_20150210
|
|
|
select @@replicate_do_db;
|
+---------------------------------+
|
| @@replicate_do_db |
|
+---------------------------------+
|
| X_20150210,X_20150210 |
|
|
|
> show slave '5.5' status\G
|
*************************** 1. row ***************************
|
Slave_IO_State: Waiting for master to send event
|
Master_Host: localhost
|
Master_User: repl
|
Master_Port: 3306
|
Connect_Retry: 60
|
Master_Log_File: tulwaurt005-mysql-bin.000710
|
Read_Master_Log_Pos: 368431778
|
Relay_Log_File: tulwaurt005-relay-bin-5@002e5.000015
|
Relay_Log_Pos: 50253691
|
Relay_Master_Log_File: tulwaurt005-mysql-bin.000710
|
Slave_IO_Running: Yes
|
Slave_SQL_Running: Yes
|
Replicate_Do_DB: X_20150210,X_20150210
|