Created
March 4, 2013 12:41
-
-
Save memorycraft/5082014 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> OPTIMIZE TABLE order_line; | |
| +-------------------+----------+----------+-------------------------------------------------------------------+ | |
| | Table | Op | Msg_type | Msg_text | | |
| +-------------------+----------+----------+-------------------------------------------------------------------+ | |
| | deflag.order_line | optimize | note | Table does not support optimize, doing recreate + analyze instead | | |
| | deflag.order_line | optimize | status | OK | | |
| +-------------------+----------+----------+-------------------------------------------------------------------+ | |
| 2 rows in set (57.53 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment