summaryrefslogtreecommitdiff
path: root/mysql-test/main/log_slow.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-21187: log_slow_filter="" logs queries not using indexesDaniel Black2022-12-141-2/+20
| | | | | | | | | | | | | | | | | Consistent with MDEV-4206 and empty log_slow_filter still means no explict filtering. Since 21518ab2e453 however the log_queries_not_using_indexes became stored in the same variable. As we need to test for the absense of log_queries_not_using_indexes the SERVER_QUERY_NO_INDEX USED part of log_slow_statement, the empty criteria resulted in an always true to log queries not using indexes if log_slow_filter was set to empty. Adjusted the log_slow.test for MDEV-4206 as slow_log_query has been global and session for a while and it was relying on the MDEV-21187 buggy behavior to detect a slow query. Reviewer: Monty
* Merge branch '10.2' into 10.3Monty2019-09-031-0/+1
|
* After-merge fix for MDEV-18333 Slow_queries count doesn't increase when ↵Alexander Barkov2019-03-061-2/+2
| | | | slow_query_log is turned off
* Merge 10.2 into 10.3Marko Mäkelä2019-03-051-0/+37
| | | | | | FIXME: Properly resolve conflicts between MDEV-18883 and MDEV-7742/MDEV-8305, and record the correct result for main.log_slow
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+79