Skip to content

Commit 1266330

Browse files
committed
Bug#20052694 - FAILED RESTARTS CONTAIN NO VERSION DETAILS.
Merge branch 'mysql-5.5' into mysql-5.6
2 parents ea4be24 + ddd275b commit 1266330

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql/mysqld.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3861,6 +3861,9 @@ int init_common_variables()
38613861
return 1;
38623862
set_server_version();
38633863

3864+
sql_print_information("%s (mysqld %s) starting as process %lu ...",
3865+
my_progname, server_version, (ulong) getpid());
3866+
38643867
#ifndef EMBEDDED_LIBRARY
38653868
if (opt_help && !opt_verbose)
38663869
unireg_abort(0);

0 commit comments

Comments
 (0)