mariadb/mysql-test/suite/innodb
Marko Mäkelä 6f3f191cfa MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDS
innobase_rename_column_try(): When renaming SYS_FIELDS records
for secondary indexes, try to use both formats of SYS_FIELDS.POS
as keys, in case the PRIMARY KEY includes a column prefix.

Without this fix, an ALTER TABLE that renames a column followed
by a server restart (or LRU eviction of the table definition
from dict_sys) would make the table inaccessible.
2021-02-12 09:48:36 +02:00
..
include MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_wait 2020-10-27 15:47:18 +02:00
r MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDS 2021-02-12 09:48:36 +02:00
t MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDS 2021-02-12 09:48:36 +02:00
disabled.def MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered transactions 2020-07-30 09:24:36 +03:00