Bug #96933 | Com_restart is not documented | ||
---|---|---|---|
Submitted: | 18 Sep 2019 14:57 | Modified: | 1 Oct 2019 17:35 |
Reporter: | Tibor Korocz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 8.0.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[18 Sep 2019 14:57]
Tibor Korocz
[18 Sep 2019 15:40]
MySQL Verification Team
Thank you for the bug report.
[1 Oct 2019 17:35]
Paul DuBois
Posted by developer: Added this note to https://dev.mysql.com/doc/refman/8.0/en/restart.html: The Com_restart status variable tracks the number of RESTART statements. Because status variables are initialized for each server startup and do not persist across restarts, Com_restart normally has a value of zero, but can be nonzero if RESTART statements were executed but failed. (Also added a similar note for the SHUTDOWN statement.)