Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip ALTER TABLE ... ENGINE=innodb ROW_FORMAT=DYNAMIC #48754

Closed
breezewish opened this issue Nov 21, 2023 · 0 comments · Fixed by #48769
Closed

Skip ALTER TABLE ... ENGINE=innodb ROW_FORMAT=DYNAMIC #48754

breezewish opened this issue Nov 21, 2023 · 0 comments · Fixed by #48769
Assignees
Labels
component/ddl This issue is related to DDL of TiDB. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@breezewish
Copy link
Member

breezewish commented Nov 21, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

CREATE TABLE x(a int) ENGINE=innodb;
ALTER TABLE x ENGINE=innodb, ROW_FORMAT=DYNAMIC

Ref: OllieJones/index-wp-mysql-for-speed#58

2. What did you expect to see? (Required)

SQL executed successfully without reporting errors. No alter is executed.

3. What did you see instead (Required)

Error: This type of ALTER TABLE is currently unsupported

4. What is your TiDB version? (Required)

v7.1.0

@breezewish breezewish added the type/bug The issue is confirmed as a bug. label Nov 21, 2023
@jebter jebter added severity/moderate component/ddl This issue is related to DDL of TiDB. labels Nov 22, 2023
@hawkingrei hawkingrei self-assigned this Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ddl This issue is related to DDL of TiDB. severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants