This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none) 2007-03-16 22:23:37 +04:00
parent cc9fe9c3e1
commit 5233a2a52a

View File

@ -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)
{