Commit 253418eb authored by midom@flute.local's avatar midom@flute.local

Merge dmituzas@bk-internal:/home/bk/mysql-5.1-new

into  flute.local:/Users/midom/Development/mysql-5.1-new
parents 5d895630 a42a3222
...@@ -58,7 +58,7 @@ void mysql_client_binlog_statement(THD* thd) ...@@ -58,7 +58,7 @@ void mysql_client_binlog_statement(THD* thd)
const char *error= 0; const char *error= 0;
char *buf= (char *) my_malloc(event_len, MYF(MY_WME)); char *buf= (char *) my_malloc(event_len, MYF(MY_WME));
Log_event *ev; Log_event *ev = 0;
int res; int res;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment