mirror of
https://github.com/MariaDB/server.git
synced 2025-11-05 01:43:31 +03:00
To check the rows, the table needs to be opened. To that end, and like MDEV-36038, we force COPY algorithm on ALTER TABLE ... SEQUENCE=1. This also results in checking the sequence state / metadata. The table structure was already validated before this patch.