1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

item_cmpfunc.cc, field.cc, sql_insert.cc, sql_class.h, sql_yacc.yy:

Post merge fix.
This commit is contained in:
evgen@moonbone.local
2007-06-11 13:38:37 +04:00
parent a52c981d6a
commit dcc1d8229b
5 changed files with 9 additions and 4 deletions

View File

@@ -1429,6 +1429,7 @@ int write_record(THD *thd, TABLE *table,COPY_INFO *info)
}
goto err;
}
info->touched++;
if ((table->file->ha_table_flags() & HA_PARTIAL_COLUMN_READ) ||
compare_record(table))
{