简体   繁体   English

什么是MYISAM的等效版本,用于在mysql中显示innodb状态

[英]what's the equivalent version of MYISAM for show innodb status in mysql

by Show innodb status I can see information about deadlock and so on, 通过Show innodb status我可以看到有关死锁的信息,等等,

but I don't know is there an equivalent version for MYISAM-engine tables? 但我不知道MYISAM引擎表有相同的版本吗?

show open tables and show table status , though neither is myisam-exclusive, though show table status has more info for myisam tables. show open tablesshow table status ,虽然两者都不是myisam独有的,尽管show table status有myisam表的更多信息。

Myisam has only table-level locking and no transactions, so the state of its tables is much simpler. Myisam只有表级锁定而且没有事务,所以它的表状态要简单得多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM