| Issue 34: | Feature Request: Failover Scheduler Events in MySQL 5.1+ | |
| 2 people starred this issue and may be notified of changes. | Back to list |
In the event one host is promoted to the writer role, MMM should (in addition to setting read_only OFF) also enable the event scheduler. Conversely, when the writer role is taken away from a host, MMM should disable the event scheduler. -- Ryan Lowe |
|
,
Mar 09, 2009
To add a possible implementation idea: set @@global.read_only = 1/*!51000 , @@global.event_scheduler = 0*/ |
|
|
|