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

TiDB doesn't handle ROW_FORMAT=DYNAMIC #58

Open
OllieJones opened this issue Mar 31, 2023 · 0 comments
Open

TiDB doesn't handle ROW_FORMAT=DYNAMIC #58

OllieJones opened this issue Mar 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@OllieJones
Copy link
Owner

耗子 @haozi reports

I’m using TiDB as my database, but it doesn’t support ROW_FORMAT=DYNAMIC, so I get a These database tables need upgrading to MySQL's latest table storage format, InnoDB with dynamic rows. notice.

TiDB does not support this operation, I modified the plugin and commented out the ALERT TABLE in the upgradeTableStorageEngine function to skip it.

After operation, everything is ok.

I think a judgment should be added, when the database is TiDB, the upgradeTableStorageEngine function should not executed.

MyInfo: Plugin:1.4.12 MySQL:5.7.25-TiDB-v6.5.1 WordPress:6.2 WordPress database:53496 php:8.1.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant