merging
This commit is contained in:
parent
793c30612a
commit
68f09e7792
@ -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…
x
Reference in New Issue
Block a user