| Bug #88243 | I hope crash-safe slave is default. ("relay_log_recovery=ON" is default) | ||
|---|---|---|---|
| Submitted: | 27 Oct 2017 2:21 | ||
| Reporter: | Yoshiaki Yamasaki | Email Updates: | |
| Status: | Open | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
| Version: | 8.0 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | MySQL, replication | ||

Description: I hope crash-safe slave is default. ("relay_log_recovery=ON" is default) After MySQL 8.0.2, default value of relay_log_info_repository was changed from FILE to TABLE. But default value of relay_log_recovery is still OFF. If there is relay_log_info_repository=TABLE, I hope crash-safe slave is default. Therefore, I hope default value of relay_log_recovery is ON. How to repeat: N/A Suggested fix: "relay_log_recovery=ON" is default