mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SQL: compare TRX_ID fields against timestamps [closes #231]
This commit is contained in:
@ -5704,6 +5704,7 @@ find_field_in_table_ref(THD *thd, TABLE_LIST *table_list,
|
||||
if (field_to_set)
|
||||
{
|
||||
TABLE *table= field_to_set->table;
|
||||
DBUG_ASSERT(table);
|
||||
if (thd->mark_used_columns == MARK_COLUMNS_READ)
|
||||
bitmap_set_bit(table->read_set, field_to_set->field_index);
|
||||
else
|
||||
|
Reference in New Issue
Block a user