Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
introduce log_slow_queries_not_using_indexes_filter='possible_keys, empty_table, small_table, small_table_first_pos'
- A possible key is found for the plan but not used
- Table is empty or less than 1 records
- Table is alone in the plan and less 1000 records
- Table is first in the plan less 1000 records and other tables are const or equ_ref
Attachments
Issue Links
- is blocked by
-
MDEV-7567 rename slow queries variables
-
- Closed
-
Activity
Affects Version/s | 10.0.16 [ 17900 ] | |
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Fix Version/s | 10.1 [ 16100 ] |
Description |
If set to on , should not log queries if - A possible key is found for the plan but not used - Table is empty or less than 1 records - Table is alone in the plan and less 1000 records - Table is first in the plan less 1000 records and other tables are const or equ_ref |
introduce log_slow_queries_not_using_indexes_filter='possible_keys, empty_table, small_table, small_table_first_pos' - A possible key is found for the plan but not used - Table is empty or less than 1 records - Table is alone in the plan and less 1000 records - Table is first in the plan less 1000 records and other tables are const or equ_ref |
Workflow | MariaDB v2 [ 59605 ] | MariaDB v3 [ 62484 ] |
Fix Version/s | 10.1 [ 16100 ] |
Workflow | MariaDB v3 [ 62484 ] | MariaDB v4 [ 130311 ] |
Also, there is log_throttle_queries_not_using_indexes introduced in 5.6: http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_log_throttle_queries_not_using_indexes