724
724
protocol->prepare_for_resend();
725
725
protocol->store(log_name, &my_charset_bin);
727
727
event_type = get_type_str();
728
728
protocol->store(event_type, strlen(event_type), &my_charset_bin);
729
729
protocol->store((uint32) server_id);
732
732
return protocol->write();