Commit 4387d327 authored by unknown's avatar unknown
Browse files

sql/mysqld.cc

    preserve backward compatibility


sql/mysqld.cc:
  preserve backward compatibility
parent ad019543
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3085,7 +3085,10 @@ we force server id to 2, but this MySQL server will not act as a slave.");

  printf(ER(ER_READY),my_progname,server_version,
	 ((unix_sock == INVALID_SOCKET) ? (char*) "" : mysqld_unix_port),
	 mysqld_port, MYSQL_COMPILATION_COMMENT);
	 mysqld_port, "");
  if (MYSQL_COMPILATION_COMMENT[0] != '\0')
    fputs("  " MYSQL_COMPILATION_COMMENT, stdout);

  putchar('\n');
  fflush(stdout);