We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CHECK TABLE `table` FOR UPGRADE; will give two errors.
CHECK TABLE `table` FOR UPGRADE;
FOR
UPGRADE
ALTER TABLE `table` FORCE; will give one error.
ALTER TABLE `table` FORCE;
;
The text was updated successfully, but these errors were encountered:
I believe the two queries do execute, can you post a documentation link for this sort of query ?
Sorry, something went wrong.
https://mariadb.com/kb/en/check-table/ https://mariadb.com/kb/en/alter-table/
https://dev.mysql.com/doc/refman/8.0/en/check-table.html https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
About the CHECK TABLE statement:
CHECK TABLE
About the ALTER TABLE … FORCE statement:
TABLE_OPTIONS
AlterStatement
No branches or pull requests
CHECK TABLE `table` FOR UPGRADE;
will give two errors.FOR
)UPGRADE
)ALTER TABLE `table` FORCE;
will give one error.;
)05.03.2023_19.16.44_REC.mp4
The text was updated successfully, but these errors were encountered: