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

Post-merge fix.

This commit is contained in:
igor@olga.mysql.com
2007-02-13 13:15:23 -08:00
parent fb9e0ad3be
commit 273d016aad
10 changed files with 31 additions and 46 deletions

View File

@ -26,7 +26,7 @@
/* Return 0 if row hasn't changed */
bool compare_record(TABLE *table, query_id_t query_id)
bool compare_record(TABLE *table)
{
if (table->s->blob_fields + table->s->varchar_fields == 0)
return cmp_record(table,record[1]);