In my MySQL database I see these statistics:
Type    Usage  
Data    16,384  Bytes  
Index   32,768  Bytes  
Overhead    405,0   MB  
Effective   -424,624,128    Bytes  
Total   49,152  Bytes  
When I try the commands check table, ALTER TABLE  'mytable' ENGINE = INNODB, OPTIMIZE TABLE, nothing happens to the overhead.
Why does nothing happen, should I worry, and when should I worry? I've seen other questions that state 'to worry when the overhead gets too large'. What is too large?
 
     
     
     
     
    