Bug #8444 Date and time of the server start isn't written to the error log
Submitted: 11 Feb 2005 17:22 Modified: 3 Mar 2005 19:55
Reporter: Victoria Reznichenko
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:4.0 and up OS:Microsoft Windows (Windows)
Assigned to: Jim Winstead Target Version:

[11 Feb 2005 17:22] Victoria Reznichenko
Description:
On Windows if MySQL server is running with --skip-innodb option date and time of the
server start isn't written to the error log file.

mysqld-opt: ready for connections.
Version: '4.0.23-log'  socket: ''  port: 3306  Source distribution
050211 19:21:19 mysqld-opt: Normal shutdown

050211 19:21:19 mysqld-opt: Shutdown Complete

If I start MySQL server without --skip-innodb option:

050211 19:22:07  InnoDB: Started
mysqld-opt: ready for connections.
Version: '4.0.23-log'  socket: ''  port: 3306  Source distribution
050211 19:22:12 mysqld-opt: Normal shutdown

050211 19:22:12  InnoDB: Starting shutdown...
050211 19:22:13  InnoDB: Shutdown completed
050211 19:22:13 mysqld-opt: Shutdown Complete

How to repeat:
1. add skip-innodb to the my.cnf(my.ini)
2. start MySQL server and then shutdown it
[11 Feb 2005 20:01] Jim Winstead
This is not a bug, and it has nothing to do with Windows or InnoDB. There is never a
general timestamped startup message logged.
[11 Feb 2005 20:29] Jim Winstead
Patch will add timestamp to the 'ready for connections' message.
[15 Feb 2005 0:45] Jim Winstead
Patch needs more work.
[23 Feb 2005 3:41] Jim Winstead
I made a new patch for this, just for the 5.0 tree this time because it changes an error
message.
[24 Feb 2005 11:17] Alexander Barkov
Ok to push.
[3 Mar 2005 19:40] Jim Winstead
Pushed, will be in 5.0.3. This message is now also printed to stderr instead of stdout.
[3 Mar 2005 19:55] Paul DuBois
Noted in 5.0.3 changelog.