mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-25654 only force HA_KEY_ALG_HASH for fast alter partition
not for any ALTER TABLE without ALTER_CHANGE_COLUMN.
This fixes galera_sr.MDEV-28971 test
followup for 0dcd30197a
This commit is contained in:
@@ -328,6 +328,7 @@ public:
|
||||
/** Name of table for the above error. */
|
||||
const char *fk_error_table= NULL;
|
||||
bool modified_primary_key= false;
|
||||
bool fast_alter_partition= false;
|
||||
|
||||
private:
|
||||
char new_filename[FN_REFLEN + 1];
|
||||
|
Reference in New Issue
Block a user