```CHECK TABLE `table` FOR UPGRADE;``` will give two errors. 1. Unrecognized keyword. (near <code>FOR</code>) 2. Unrecognized keyword. (near <code>UPGRADE</code>) ```ALTER TABLE `table` FORCE;``` will give one error. 1. Unrecognized alter operation. (near <code>;</code>) https://user-images.usercontent.com/25424343/222978476-b5959513-be8d-4b49-af58-9b28121505f6.mp4