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:
@ -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;
|
||||
|
Reference in New Issue
Block a user