Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.4
-
None
-
centos 6.4
Description
Configure a maria slave with 2 masters each replicating a different database.
The status variable slave_running show "OFF" . Both sql and io thread status is fine in both the slave connections.
MariaDB [(none)]> show global status like 'slave_running';
|
+---------------+-------+
|
| Variable_name | Value |
|
+---------------+-------+
|
| Slave_running | OFF |
|
+---------------+-------+
|
1 row in set (0.00 sec)
|