We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21832e commit e64e676Copy full SHA for e64e676
sql/mysqld.cc
@@ -5249,8 +5249,9 @@ static int init_server_components()
5249
 Print source revision hash, as one of the first lines, if not the
5250
 first in error log, for troubleshooting and debugging purposes
5251
 */
5252
- sql_print_information("Starting MariaDB %s source revision %s as process %lu",
5253
- server_version, SOURCE_REVISION, (ulong) getpid());
+ if (!opt_help)
+ sql_print_information("Starting MariaDB %s source revision %s as process %lu",
5254
+ server_version, SOURCE_REVISION, (ulong) getpid());
5255
5256
#ifdef WITH_PERFSCHEMA_STORAGE_ENGINE
5257
/*
0 commit comments