1
0
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:
evgen@moonbone.local
2007-01-22 22:08:51 +03:00
parent e921ac7afc
commit 4e0760067a

View File

@@ -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;