Details
Description
Right now server log output just starts with whatever log message comes out first.
Depending on configuration typically the first startup message you'll see will be
[Note] InnoDB: Using Linux native AIO
|
But that's nothing you can rely on.
Especially in cases where mysqld was killed hard (kill -9, OOM kill, machine failure), there's no clear "old instance messages end here, new instance log starts" distinction that can easily be searched for.
Attachments
Issue Links
- relates to
-
MDEV-6873 On startup please make MariaDB report it's version number
-
- Closed
-
-
MDEV-9593 Print the real version in the error log
-
- Closed
-
-
MDEV-10967 Print the real version in the error log #2
-
- Closed
-
-
MDEV-17093 Print version_source_revision in the error log upon server startup
-
- Closed
-
-
MDEV-21046 Print server version to error log instead of stderr during startup process
-
- Open
-
-
MDEV-21711 Log: "Server Version xx.xx.xx starting" as very first thing when an instance is starting
-
- Open
-
-
MDEV-10648 mysqld --log-error prints on stdout at start
-
- Confirmed
-
-
MDEV-20344 startup messages belong in stderr/error-log not stdout
-
- Closed
-
Would also be nice to have the version number in the very first and very last message, to make it more easy to spot where a version change happened in a larger error log ...