mirror of
https://github.com/MariaDB/server.git
synced 2025-08-15 22:37:22 +00:00
MDEV-29069 follow-up: support partially usable keys
This commit is contained in:

committed by
Sergei Golubchik

parent
bac728a263
commit
30756775d5
@ -256,6 +256,7 @@ struct RPL_TABLE_LIST : public TABLE_LIST
|
||||
const Copy_field *m_online_alter_copy_fields;
|
||||
const Copy_field *m_online_alter_copy_fields_end;
|
||||
uint cached_key_nr; // [0..MAX_KEY] if set, ~0U if unset
|
||||
uint cached_usable_key_parts;
|
||||
bool m_tabledef_valid;
|
||||
bool master_had_triggers;
|
||||
|
||||
|
Reference in New Issue
Block a user