We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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;
;