mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
This happens because the master writes a table_map event to the binary log, but no row event. The slave has a check that there should always be a row event if there was a table_map event, which causes a crash. Fixed by remembering in the cache what kind of events are logged and ignore cached statements which is just a table map event.
14 KiB
14 KiB