Commit 68f09e77 authored by unknown's avatar unknown
Browse files

merging

parent 793c3061
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,7 @@ bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list,

    res= check_insert_fields(thd, context->table_list, fields, *values,
                             !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)
    {