Error 1178: The storage engine for the table doesn't support
Error Code
SQLSTATE
Error
Description
Possible Causes and Solutions
CREATE SEQUENCE s START WITH 100 INCREMENT BY 10;
ANALYZE TABLE s;
+--------+---------+----------+----------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+--------+---------+----------+----------------------------------------------------------+
| test.s | analyze | note | The storage engine for the table doesn't support analyze |
+--------+---------+----------+----------------------------------------------------------+PreviousError 1177: Can't open tableNextError 1179: You are not allowed to execute this command in a transaction
Last updated
Was this helpful?

