1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

mysqld.cc:

main(): add missing parameter to printf(ER(ER_READY),...) call
This commit is contained in:
marko@hundin.mysql.fi
2005-03-08 22:33:11 +02:00
parent eb0fc8ff28
commit fa001505e3

View File

@@ -3085,9 +3085,7 @@ 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);
if (MYSQL_COMPILATION_COMMENT[0] != '\0')
fputs(" " MYSQL_COMPILATION_COMMENT, stdout);
mysqld_port, MYSQL_COMPILATION_COMMENT);
putchar('\n');
fflush(stdout);