[MDEV-19667] Documented query_response_time_range_exec_time_debug variable doesn't exist or is wrongly named Created: 2019-06-01 Updated: 2019-09-30 Resolved: 2019-09-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Jacob Moorman (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The variable query_response_time_range_exec_time_debug documented here (and maybe somewhere else) doesn't seem to exist, at least I can't find any signs of it in the code. There is however query_response_time_exec_time_debug, probably that's the one the documentation meant. |
| Comments |
| Comment by Jacob Moorman (Inactive) [ 2019-06-05 ] |
|
Geoff: Please assess; I believe you may have addressed this. |
| Comment by Geoff Montee (Inactive) [ 2019-06-05 ] |
|
The system variable name was fixed here: https://mariadb.com/kb/en/library/query-response-time-plugin/#query_response_time_exec_time_debug And the <toc> item for the system variable on this page was fixed: https://mariadb.com/kb/en/library/mysqld-options/ And the system variable on this page was fixed: https://mariadb.com/kb/en/library/full-list-of-mariadb-options-system-and-status-variables/ |