[MDEV-6873] On startup please make MariaDB report it's version number Created: 2014-10-15 Updated: 2020-07-23 Resolved: 2015-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 5.5.43, 10.0.19, 10.1.5 |
| Type: | Task | Priority: | Trivial |
| Reporter: | Simon J Mudd | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
This may seem really silly but MySQL starts up but doesn't as the first thing that it does report it's version number. If starting up normally the startup time is pretty short so you'll later see this reported once it's listening for connections. If the startup takes time, for example on recovery from a crash, you can not be sure which version is actually running. A recently lockup triggered me to kill -9 <mysqld_pid> and then upgrade the binaries. I couldn't check from logging for the first 20 minutes if the new binary was the one I expected to be running. It's trivial to do this so please make MariaDB report its version number as one of the very first things that it does. Then there's never any confusion.
Recovery is still ongoing and I still can't be sure from logging which version is actually running now. |
| Comments |
| Comment by Simon J Mudd [ 2014-10-15 ] | |||
|
So it took me 20 minutes to know which version of mysql was actually running. |