Bug #111109 | mysqld --print-defaults doesn't display set persist variables | ||
---|---|---|---|
Submitted: | 22 May 2023 17:24 | Modified: | 23 May 2023 12:22 |
Reporter: | Mike Griffin | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.32 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[22 May 2023 17:24]
Mike Griffin
[23 May 2023 12:22]
MySQL Verification Team
Hi Mr. Griffin, Thank you very much for your bug report. However, you have not provided a full test case. Next, persisted variables will NOT be displayed on the command line. That is why we have Performance_Schema, so that you can do that. This is much better solution, since start-up code of our server would require many changes in order to display this online. You already have this functionality. You can display those variable with mysql CLI, so there is no need to invent a totally new feature. Not a bug.