[MDEV-29213] Documentation for log_slow_filter Created: 2022-07-30 Updated: 2022-08-01 Resolved: 2022-08-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Nuno | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In the documentation for log_slow_filter It says that the default value is: admin, filesort, filesort_on_disk, filesort_priority_queue, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk However, if we paste this exactly into the config, the config checks fails for:
The correct way is to list these without spaces after the commas. It might be worth either removing the spaces in the documentation, or have a line/warning mentioning that the options must be set without spaces. |
| Comments |
| Comment by Ian Gilfillan [ 2022-08-01 ] |
|
The spaces need to stay for formatting reasons, but I've added a note in the description. |