1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-11 09:43:05 +03:00
Files
mariadb/mysql-test/suite/sql_sequence
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
..
2022-03-11 09:26:42 +02:00
2022-10-25 11:26:37 +03:00
2022-10-01 23:07:26 +02:00
2023-11-08 12:59:00 +01:00
2023-11-08 12:59:00 +01:00
2021-07-02 17:17:33 +10:00