What does "Table does not support optimize, doing recreate + analyze instead" mean?
I am working on MySQL 5.5 and trying to do index rebuild using an OPTIMIZE TABLE query. I am getting the error below:
Table does not support optimize, doing recreate + analyze instead
What does this mean? Is MySQL engine not allowing Index Rebuild? What is being done behind this message, at MySQL 5.5 Engine level?