mariadb/storage/innobase/handler
Marko Mäkelä 5ebff6e15a MDEV-36038 ALTER TABLE…SEQUENCE does not work correctly with InnoDB
mysql_alter_table(): Consider ha_sequence::storage_ht() when determining
if the storage engine changed.

ha_sequence::check_if_supported_inplace_alter(): A new function, to
ensure that ha_innobase::check_if_supported_inplace_alter() will be
called on ALTER TABLE name_of_sequence SEQUENCE=0.

ha_innobase::check_if_supported_inplace_alter(): For any change of
the SEQUENCE attribute, always return HA_ALTER_INPLACE_NOT_SUPPORTED,
forcing ALGORITHM=COPY.
2025-02-18 16:38:18 +01:00
..
ha_innodb.cc MDEV-33978 P_S.THREADS is not showing all server threads 2025-01-27 12:11:47 +02:00
ha_innodb.h MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist 2024-11-08 16:46:41 +05:30
handler0alter.cc MDEV-36038 ALTER TABLE…SEQUENCE does not work correctly with InnoDB 2025-02-18 16:38:18 +01:00
i_s.cc Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
i_s.h Merge 10.4 into 10.5 2021-08-23 11:10:59 +03:00