Skip to content
Permalink
Browse files
MDEV-17093: SOURCE_REVISION in log (postfix - not in help)
Don't display the source revision in the mysqld --help output.
  • Loading branch information
grooverdan committed Jan 7, 2023
1 parent b21832e commit e64e676
Showing 1 changed file with 3 additions and 2 deletions.
@@ -5249,8 +5249,9 @@ static int init_server_components()
 Print source revision hash, as one of the first lines, if not the
 first in error log, for troubleshooting and debugging purposes
 */
sql_print_information("Starting MariaDB %s source revision %s as process %lu",
server_version, SOURCE_REVISION, (ulong) getpid());
if (!opt_help)
sql_print_information("Starting MariaDB %s source revision %s as process %lu",
server_version, SOURCE_REVISION, (ulong) getpid());

#ifdef WITH_PERFSCHEMA_STORAGE_ENGINE
/*

0 comments on commit e64e676

Please sign in to comment.