[MDEV-18037] mysqld --flashback option should set binlog_row_image=FULL Created: 2018-12-19 Updated: 2020-11-11 Resolved: 2020-11-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Variables |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | flashback | ||
| Issue Links: |
|
||||||||
| Description |
|
If --flashback option is meant to be a shortcut to make the Flashback feature usable, it is reasonable to expect that all necessary options are set properly. One may object that binlog_row_image is a dynamic variable, but the same applies to binlog_format, which is set to ROW as expected. |