mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
merging
This commit is contained in:
parent
793c30612a
commit
68f09e7792
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list,
|
||||||
|
|
||||||
res= check_insert_fields(thd, context->table_list, fields, *values,
|
res= check_insert_fields(thd, context->table_list, fields, *values,
|
||||||
!insert_into_view, &map) ||
|
!insert_into_view, &map) ||
|
||||||
setup_fields(thd, 0, *values, MARK_COLUMNS_READ, 0, 0)
|
setup_fields(thd, 0, *values, MARK_COLUMNS_READ, 0, 0);
|
||||||
|
|
||||||
if (!res && check_fields)
|
if (!res && check_fields)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue