[MDEV-32260] ALTER SEQUENCE does not support table_options Created: 2023-09-27 Updated: 2023-09-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Currently, CREATE SEQUENCE supports table_options (https://mariadb.com/kb/en/create-sequence/). However, ALTER SEQUENCE does not support table_options (https://mariadb.com/kb/en/alter-sequence/) instead e.g. you need to specify ALTER TABLE t ENGINE=InnoDB; that is implementation details and confusing for user point of view. |