1
0
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:
Sergei Golubchik
2025-01-18 15:11:12 +01:00
parent b1f57a98a8
commit 782c4b94f0
4 changed files with 21 additions and 16 deletions

View File

@@ -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];