Commit 8a09280d authored by Michael Widenius's avatar Michael Widenius

Removed not needed note when doing mysqld --version

parent c3ebd786
......@@ -4259,7 +4259,7 @@ static int init_common_variables()
return 1;
set_server_version();
if (!opt_help)
if (!opt_abort)
sql_print_information("%s (mysqld %s) starting as process %lu ...",
my_progname, server_version, (ulong) getpid());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment