[MDEV-17866] FR: Add binlog_error_action variable Created: 2018-11-28 Updated: 2018-11-28 Resolved: 2018-11-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Chris Calender (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I would like to propose MariaDB adds the following variable: binlog_error_action MySQL has had this for some time: In many cases, it is desirable for the server to stop if the binary logs directory is full. You can read such comments regarding why here: https://bugs.mysql.com/bug.php?id=51014 Thank you for your consideration. Note that this variable was formerly called binlog_impossible_mode. It might also be worth making the default ABORT_SERVER instead of IGNORE_ERROR. |