diff options
Diffstat (limited to 'sql/log_event_server.cc')
-rw-r--r-- | sql/log_event_server.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/log_event_server.cc b/sql/log_event_server.cc index fb75bee9f21..a6e02413d4c 100644 --- a/sql/log_event_server.cc +++ b/sql/log_event_server.cc @@ -1900,8 +1900,7 @@ int Query_log_event::do_apply_event(rpl_group_info *rgi, thd->variables.sql_log_slow= !MY_TEST(global_system_variables.log_slow_disabled_statements & LOG_SLOW_DISABLE_SLAVE); } - mysql_parse(thd, thd->query(), thd->query_length(), &parser_state, - FALSE, FALSE); + mysql_parse(thd, thd->query(), thd->query_length(), &parser_state); /* Finalize server status flags after executing a statement. */ thd->update_server_status(); log_slow_statement(thd); |