Bug #83134 | SHOW VARIABLES does not show all available server variables set. | ||
---|---|---|---|
Submitted: | 23 Sep 2016 21:10 | Modified: | 11 Feb 2017 14:28 |
Reporter: | Agustín G | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | documentation |
[23 Sep 2016 21:10]
Agustín G
[26 Sep 2016 9:42]
MySQL Verification Team
Hello Agustín, Thank you for the feedback. Thanks, Umesh
[11 Feb 2017 14:28]
Paul DuBois
Posted by developer: Added immediately after mysqld --verbose --help command: Some of the items in the list are actually system variables that can be set at server startup. These can be displayed at runtime using the SHOW VARIABLES statement. Some items displayed by the preceding mysqld command do not appear in SHOW VARIABLES output; this is because they are options only and not system variables.