mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
different fix for MDEV-26778
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
compare_record(TABLE*).
|
||||
*/
|
||||
bool records_are_comparable(const TABLE *table) {
|
||||
return !table->versioned(VERS_TRX_ID) &&
|
||||
return !table->versioned() &&
|
||||
(((table->file->ha_table_flags() & HA_PARTIAL_COLUMN_READ) == 0) ||
|
||||
bitmap_is_subset(table->write_set, table->read_set));
|
||||
}
|
||||
|
Reference in New Issue
Block a user