diff options
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r-- | sql/sql_repl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index 7a09074f554..f9f2b974cbc 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -1554,7 +1554,7 @@ bool mysql_show_binlog_events(THD* thd) description_event)); ) { if (event_count >= limit_start && - ev->net_send(protocol, linfo.log_file_name, pos)) + ev->net_send(thd, protocol, linfo.log_file_name, pos)) { errmsg = "Net error"; delete ev; |