mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge bk-internal.mysql.com:/users/rburnett/bug10245
into bk-internal.mysql.com:/users/rburnett/mysql-5.0 BitKeeper/etc/logging_ok: auto-union client/mysql.cc: Auto merged
This commit is contained in:
commit
0430cdb7c5
1 changed files with 6 additions and 0 deletions
|
@ -710,9 +710,15 @@ static void usage(int version)
|
|||
const char* readline= "readline";
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_READLINE
|
||||
printf("%s Ver %s Distrib %s, for %s (%s) using %s %s\n",
|
||||
my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE,
|
||||
readline, rl_library_version);
|
||||
#else
|
||||
printf("%s Ver %s Distrib %s, for %s (%s)", my_progname, VER,
|
||||
MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
|
||||
#endif
|
||||
|
||||
if (version)
|
||||
return;
|
||||
printf("\
|
||||
|
|
Loading…
Reference in a new issue