1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

After merge fixes

This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
This commit is contained in:
monty@mysql.com/narttu.mysql.fi
2007-02-21 19:38:40 +02:00
parent 26aa385bc5
commit 6946fa682f
18 changed files with 20 additions and 44 deletions

View File

@ -1193,7 +1193,7 @@ int write_record(THD *thd, TABLE *table,COPY_INFO *info)
goto err;
}
if ((table->file->table_flags() & HA_PARTIAL_COLUMN_READ) ||
compare_record(table, query_id))
compare_record(table, thd->query_id))
{
info->updated++;