I notice that when phpMyAdmin opens a DB it shows immediately if a table has crashed or not. It thus seems to me that phpMyAdmin is not running a CHECK TABLE or ANALYZE TABLE.
Does anybody know what it does to obtain this informaiton so quickly and efficiently?
I bet that
is the thing you’re looking for.
Take a look at this line. I think that if ENGINE is null (empty), it may be because table is crashed