I have set my db serser’s long_query_time to 0,but it seems it doesn’t seem work!
mysql> show global variables like ‘%long%’;
±----------------±---------+
| Variable_name | Value |
±----------------±---------+
| long_query_time | 0.000000 |
±----------------±---------+
1 row in set (0.00 sec)
The initial value is 5s,but after change to 0,it log some queries,but not all!
Can anybody tell me why?