fixed BINLOG crashes in case of badly formed statement (Bug #17457)

This commit is contained in:
midom@flute.local 2006-03-01 12:45:13 +02:00
parent 9de15fa967
commit a42a322241

View File

@ -58,7 +58,7 @@ void mysql_client_binlog_statement(THD* thd)
const char *error= 0;
char *buf= (char *) my_malloc(event_len, MYF(MY_WME));
Log_event *ev;
Log_event *ev = 0;
int res;
/*