You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
耗子 @haozi reports
The text was updated successfully, but these errors were encountered: