[MDEV-12284] Unclear documentation about event DISABLE ON SLAVE option Created: 2017-03-16 Updated: 2017-03-23 Resolved: 2017-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Trivial |
| Reporter: | Nicolas Payart | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | event | ||
| Description |
|
The documentation about "DISABLE ON SLAVE" option of "CREATE EVENT" statement is unclear, if not wrong. https://mariadb.com/kb/en/mariadb/create-event/ The documentation states:
This suggests that creating an event on a master with DISABLE ON SLAVE option makes event ENABLED on the master and DISABLED on slaves... However, it disables the event everywhere (on master and slaves). MySQL documentation is a little clearer on this option: https://dev.mysql.com/doc/refman/5.7/en/create-event.html
I think we should mention this (or something like that) to avoid confusion. |
| Comments |
| Comment by Ian Gilfillan [ 2017-03-23 ] |
|
Clarified in the docs. |