summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index acbc09c0f68..c188a015ef3 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -2031,7 +2031,7 @@ The server will not act as a slave.");
init_master_info(&glob_mi);
}
- printf(ER(ER_READY),my_progname,server_version,"");
+ printf(ER(ER_READY),my_progname,server_version, mysql_unix_port, mysql_port);
fflush(stdout);
#ifdef __NT__