Commit aa1720f3 authored by unknown's avatar unknown

One final post-merge fix.

parent 16a751cc
...@@ -778,7 +778,7 @@ static bool init_param_items(PREP_STMT *stmt) ...@@ -778,7 +778,7 @@ static bool init_param_items(PREP_STMT *stmt)
stmt->lex= thd->lex; stmt->lex= thd->lex;
if (mysql_bin_log.is_open() || mysql_update_log.is_open()) if (mysql_bin_log.is_open())
{ {
stmt->log_full_query= 1; stmt->log_full_query= 1;
stmt->setup_params= insert_params_withlog; stmt->setup_params= insert_params_withlog;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment