[MDEV-29804] SHOW BINLOG EVENTS produces semantically/syntactically incorrect statements Created: 2022-10-16 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I'm not quite sure if there is any practical importance of the accuracy of SHOW BINLOG EVENTS – that is, whether they are ever used for the purpose of replaying. But on some reason, there has been an effort to show some relevant information in its output, such as values of variables, and I don't think it works quite as intended. As of 10.5-10.10, there are 5 variables which are conditionally appended to the binlog events. Out of those,
The new variable system_versioning_insert_history which is being introduced in
|