Logging queries affected by table locks in MySQL
Is it possible to create a log of queries that are slowed down by MyISAM table locks? I'm trying to convince my boss that we need to convert to InnoDB to improve site performance, but need to know what sort of 开发者_如何学编程gains would be made.
Thanks
Never mind, I found http://dev.mysql.com/doc/refman/5.1/en/mysqldumpslow.html
Slow query log keeps record of lock time.
精彩评论