Commit 9e3b03f4 authored by unknown's avatar unknown

sql_prepare.cc:

  Post fix for bug#25123.


sql/sql_prepare.cc:
  Post fix for bug#25123.
parent df0a0896
......@@ -1676,7 +1676,7 @@ static bool check_prepared_statement(Prepared_statement *stmt,
case SQLCOM_INSERT:
res= mysql_test_insert(stmt, tables, lex->field_list,
lex->many_values,
select_lex->item_list, lex->value_list,
lex->update_list, lex->value_list,
lex->duplicates);
break;
......
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