[MDEV-7566] log_queries_not_using_index reduce verbosity Created: 2015-02-09 Updated: 2015-10-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | VAROQUI Stephane | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
introduce log_slow_queries_not_using_indexes_filter='possible_keys, empty_table, small_table, small_table_first_pos'
|
| Comments |
| Comment by Elena Stepanova [ 2015-02-10 ] |
|
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 |
| Comment by Daniel Black [ 2015-03-31 ] |
|
You have seen min_examined_row_limit applies a filter for the slow query log based on the rows? |
| Comment by VAROQUI Stephane [ 2015-03-31 ] |
|
Daniel thanks for this useful pointer |