We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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;
;