Commit 8f8eab9c authored by unknown's avatar unknown

Empty changeset to restart pushbuild

parent 51c9bbf4
...@@ -597,7 +597,7 @@ int Log_event::net_send(Protocol *protocol, const char* log_name, my_off_t pos) ...@@ -597,7 +597,7 @@ int Log_event::net_send(Protocol *protocol, const char* log_name, my_off_t pos)
const char *event_type; const char *event_type;
if (p) if (p)
log_name = p + 1; log_name = p + 1;
protocol->prepare_for_resend(); protocol->prepare_for_resend();
protocol->store(log_name, &my_charset_bin); protocol->store(log_name, &my_charset_bin);
protocol->store((ulonglong) pos); protocol->store((ulonglong) pos);
......
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