Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
3.3.1
-
None
Description
If binary log contains an unknown event, mariadb_rpl_fetch() api function releases the memory for this event and returns a NULL pointer.
This makes it impossible to iterate through binary log, if the binary log contains unknown events.
Instead of, the function should return the event, so the application will be able to analyze this event and/or continue.