summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r--sql/log_event.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc
index 2791f482ad6..adebf446a82 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -2578,8 +2578,8 @@ int Load_log_event::exec_event(NET* net, struct st_relay_log_info* rli,
*/
thd->net.pkt_nr = net->pkt_nr;
}
- if (mysql_load(thd, &ex, &tables, field_list, handle_dup, ignore, net != 0,
- TL_WRITE, 0))
+ if (mysql_load(thd, &ex, &tables, field_list, handle_dup, ignore,
+ net != 0, TL_WRITE))
thd->query_error = 1;
if (thd->cuted_fields)
{