In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer...
In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer overflow (and on a certain build it resulted in overwriting another part of the event without crashing :( ). sql/log_event.cc: flags are 2 bytes, not 4. Using 4 resulted in buffer overflow (and on a certain build it resulted in overwriting another part of the event without crashing :( ).
Showing
Please register or sign in to comment