Comments on: How LOCK TABLES interacts with the MySQL slow query log http://www.xaprb.com/blog/2010/09/19/how-lock-tables-interacts-with-the-mysql-slow-query-log/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Praveen http://www.xaprb.com/blog/2010/09/19/how-lock-tables-interacts-with-the-mysql-slow-query-log/#comment-18705 Praveen Thu, 23 Sep 2010 13:04:02 +0000 http://www.xaprb.com/blog/?p=2028#comment-18705 Nice information. Thanks for the post.

]]>
By: Xaprb http://www.xaprb.com/blog/2010/09/19/how-lock-tables-interacts-with-the-mysql-slow-query-log/#comment-18679 Xaprb Mon, 20 Sep 2010 10:56:42 +0000 http://www.xaprb.com/blog/?p=2028#comment-18679 Interesting. It gets logged on Linux 32-bit 5.1.41-community.

]]>
By: huarong http://www.xaprb.com/blog/2010/09/19/how-lock-tables-interacts-with-the-mysql-slow-query-log/#comment-18678 huarong Mon, 20 Sep 2010 07:30:12 +0000 http://www.xaprb.com/blog/?p=2028#comment-18678 windows:

mysql 5.1.41-community

mysql> show variables like ‘%long_query_time%’;
+—————–+———-+
| Variable_name | Value |
+—————–+———-+
| long_query_time | 0.000000 |
+—————–+———-+

and LOCK TABLES query itself is not logged to the slow query log.

]]>