Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL)
-
None
Description
The mariadb-binlog client tool when used with the --flashback option, which reverts the transactions contained in the binary log, leaves the state of the server as it previous was (i.e. gtid_slave_pos, gtid_binlog_pos, etc).
Resetting the slave variables would be simple (e.g. mariadb-binlog could reset them to their earlier versions), but this would create inconsistency with the primary-side variables, which cannot be easily reset.
So a method to reset the state of the server in a consistent way should be implemented.