-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 8.0.x
-
Fix Version/s: 8.0.13-4
-
Component/s: None
-
Labels:
-
Upstream Bug URL:
CURRENT_TEST: rpl.bug75480 mysqltest: At line 26: Query 'SHOW BINLOG EVENTS FROM 5' succeeded, should have failed with error '1220'
There are 3 separate cases for SHOW BINLOG EVENTS FROM offset to return ER_ERROR_WHEN_EXECUTING_COMMAND:
1. At the beginning, inside Format_description_log_events (detected by this commit)
2. In the middle (detected by code from upstream)
3. After the last valid offset (https://jira.percona.com/browse/PS-5213)