Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
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.
Attachments
Issue Links
- is duplicated by
-
MDEV-17856 Port binlog_error_action from MySQL
- In Progress