MySQL Forums
Forum List  »  Newbie

Re: Slow queries not logged in the slow query log
Posted by: Vsevolod Afanassiev
Date: October 06, 2016 12:36AM

And min_examined_row_limit is set to 0:

(dba@localhost) [(none)]> show variables like 'min_examined_row_limit';
+------------------------+-------+
| Variable_name | Value |
+------------------------+-------+
| min_examined_row_limit | 0 |
+------------------------+-------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Written By
Posted
Re: Slow queries not logged in the slow query log
October 06, 2016 12:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.