summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authorPraveenkumar.Hulakund <praveenkumar.hulakund@oracle.com>2015-02-06 11:09:08 +0530
committerPraveenkumar.Hulakund <praveenkumar.hulakund@oracle.com>2015-02-06 11:09:08 +0530
commitddd275bde7a8edb64449761989d4d472739b3d2a (patch)
treeca16ea4c940bc4eddb348e9d55b13a6fc2ff5af9 /sql/sql_select.cc
parent17c97553056edc86317f543c495b5374603709fb (diff)
downloadmariadb-git-ddd275bde7a8edb64449761989d4d472739b3d2a.tar.gz
Bug#20052694 - FAILED RESTARTS CONTAIN NO VERSION DETAILS.
In versions 5.5 and 5.6 the MySQL version is not logged until server is started and ready to accept connections. Exiting server before this point will not have server version information in the log. But in 5.7 code, we log a server version information just after we prepare server_version string and logging is initialized. For 5.5 and 5.6 code also adding this code to print server version information. Test results: ================ 5.5 ----- Server version will be logged as below on server startup: 141218 8:45:48 [Note] /home/praveen/WorkDir/mysql_local/bug20052694/mysql/sql/mysqld (mysqld 5.5.42-debug-log) starting as process 19697 ... 5.6 ---- Server version will be logged as below on server startup: 2014-12-18 09:08:43 0 [Note] /home/praveen/WorkDir/mysql_local/bug20052694/mysql-5.6/sql/mysqld (mysqld 5.6.23-debug-log) starting as process 18474 ...
Diffstat (limited to 'sql/sql_select.cc')
0 files changed, 0 insertions, 0 deletions