[MDEV-29180] Description of log_warnings incorrectly mentions "general log" Created: 2022-07-27 Updated: 2023-11-28 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Variables |
| Affects Version/s: | 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The description of log_warnings incorrectly mentions the "general log":
https://github.com/MariaDB/server/blob/mariadb-10.3.35/sql/sys_vars.cc#L1373 The "general log" is most likely to refer to the "general query log", but this log is not affected by log_warnings. Instead, log_warnings affects the error log. The message should probably be edited to say something like this:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2023-09-27 ] | |||||
|
| |||||
| Comment by Rucha Deodhar [ 2023-09-28 ] | |||||
|
looks ok. Thanks ! | |||||
| Comment by Marko Mäkelä [ 2023-11-13 ] | |||||
|
Apparently, this had been pushed already to 10.4? This failed to adjust the results of the tests sys_vars.sysvars_server_embedded and sys_vars.sysvars_server_notembedded on 32-bit systems, causing the tests to deterministically fail. Fixed. |