mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
sql_prepare.cc:
Post fix for bug#25123.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user