mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-18266 Changing an index comment unnecessarily rebuilds index
ALTER_CHANGE_INDEX_COMMENT: new handler flag added Compare_keys::EqualButComment: new outcome of compare_keys_but_name()
This commit is contained in:
@ -643,6 +643,7 @@ typedef ulonglong alter_table_operations;
|
||||
#define ALTER_ADD_FOREIGN_KEY (1ULL << 21)
|
||||
// Set for DROP FOREIGN KEY
|
||||
#define ALTER_DROP_FOREIGN_KEY (1ULL << 22)
|
||||
#define ALTER_CHANGE_INDEX_COMMENT (1ULL << 23)
|
||||
// Set for ADD [COLUMN] FIRST | AFTER
|
||||
#define ALTER_COLUMN_ORDER (1ULL << 25)
|
||||
#define ALTER_ADD_CHECK_CONSTRAINT (1ULL << 27)
|
||||
|
Reference in New Issue
Block a user