mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: handler::key_read
* rename to "keyread" (to avoid conflicts with tokudb), * change from bool to uint and store the keyread index number there * provide a bool accessor to check if keyread is enabled
This commit is contained in:
@ -5909,7 +5909,7 @@ int handler::ha_reset()
|
||||
table->s->column_bitmap_size ==
|
||||
(uchar*) table->def_write_set.bitmap);
|
||||
DBUG_ASSERT(bitmap_is_set_all(&table->s->all_set));
|
||||
DBUG_ASSERT(table->file->key_read == 0);
|
||||
DBUG_ASSERT(!table->file->keyread_enabled());
|
||||
/* ensure that ha_index_end / ha_rnd_end has been called */
|
||||
DBUG_ASSERT(inited == NONE);
|
||||
/* reset the bitmaps to point to defaults */
|
||||
|
Reference in New Issue
Block a user