1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Remove THD argment from Log_event->net_send() and Protocol::pack_info() as

THD is already available in Protocol
This commit is contained in:
Michael Widenius
2015-10-22 17:00:58 +03:00
parent 0bf2b1c13a
commit c3ebd7867d
7 changed files with 61 additions and 65 deletions

View File

@ -4012,7 +4012,7 @@ bool mysql_show_binlog_events(THD* thd)
opt_master_verify_checksum)); )
{
if (event_count >= limit_start &&
ev->net_send(thd, protocol, linfo.log_file_name, pos))
ev->net_send(protocol, linfo.log_file_name, pos))
{
errmsg = "Net error";
delete ev;