Bug #73744 | rbr_exec_mode is not documented | ||
---|---|---|---|
Submitted: | 27 Aug 2014 16:24 | Modified: | 10 Oct 2014 16:06 |
Reporter: | Jaime Crespo (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | David Moss | CPU Architecture: | Any |
[27 Aug 2014 16:24]
Jaime Crespo
[27 Aug 2014 18:27]
MySQL Verification Team
Thank you for the bug report.
[10 Oct 2014 16:06]
David Moss
Thanks for your feedback, this is now documented as follows: rbr_exec_mode This variable switches the server between IDEMPOTENT mode and STRICT mode. IDEMPOTENT mode causes suppression of duplicate-key and no-key-found errors. This mode is useful when replaying a row-based binary log on a server that causes conflicts with existing data. mysqlbinlog uses this mode when you set the --idempotent option by writing the following to the output: SET SESSION RBR_EXEC_MODE=IDEMPOTENT;