[MDEV-28672] Several server options / settings still not visible from SQL level Created: 2022-05-26 Updated: 2022-12-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Configuration, Information Schema |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | 11.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Black | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
E.g. the actual used values of allow-suspicious-udfs and skip-grant-tables can't be seen in SHOW GLOBAL VARIABLES output, and are not listed in INFORMATION_SCHEMA.SYSTEM_VARIABLES either. As both of these settings have security implications it should be possible to see their current value from the SQL level though, for audit / secure configuration check purposes. Especially with the now added GLOBAL_VALUE_ORIGIN and GLOBAL_VALUE_PATH information in I_S SYSTEM_VARIABLES, every setting that can be done via command line or my.cnf should actually be visible in SYSTEM_VARIABLES ...? |
| Comments |
| Comment by Daniel Black [ 2022-05-26 ] |
|
Original from Paraphrased from hholzgra: debug / testing options:
Replication options
skip-grant-tables - resolved in MDEV-25419 bootstrap maybe of use. Remaining cases that seem to be valid, and do not fit into other categories above:
|
| Comment by Brandon Nesterenko [ 2022-12-09 ] |
|
The replication options will be handled in different subtasks. Specifically:
|