fixed BINLOG crashes in case of badly formed statement (Bug #17457)
sql/sql_binlog.cc: Initialize event pointer to nil, 'ev' is used in end: section, thus initialization blocks were skipped
Showing
Please register or sign in to comment
sql/sql_binlog.cc: Initialize event pointer to nil, 'ev' is used in end: section, thus initialization blocks were skipped