[MDEV-12184] Remove some replication variables from being read-only Created: 2017-03-06 Updated: 2017-03-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
replication-manager try to enforce best practice around replication but some variables can't be set dynamically . This is the case for relay_log_space_limit, This is critical to protect the slaves for flooding the disk in case of SQL error . Thanks for considering |