~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

  • Committer: Monty Taylor
  • Date: 2008-08-06 02:14:03 UTC
  • mto: (266.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: monty@inaugust.com-20080806021403-f7eegu1nbvx10x66
Removed client insistence on version.h stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1381
1381
   N_("Password to use when connecting to server. If password is not given it's asked from the tty."),
1382
1382
   0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
1383
1383
  {"port", 'P', N_("Port number to use for connection or 0 for default to, in order of preference, my.cnf, $MYSQL_TCP_PORT, ")
1384
 
#if MYSQL_PORT_DEFAULT == 0
1385
 
   "/etc/services, "
1386
 
#endif
1387
1384
   N_("built-in default") " (" STRINGIFY_ARG(MYSQL_PORT) ").",
1388
1385
   (char**) &opt_drizzle_port,
1389
1386
   (char**) &opt_drizzle_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0,  0},
1468
1465
  const char* readline= "readline";
1469
1466
 
1470
1467
  printf(_("%s  Ver %s Distrib %s, for %s (%s) using %s %s\n"),
1471
 
         my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE,
 
1468
         my_progname, VER, drizzle_get_client_info(),
 
1469
         SYSTEM_TYPE, MACHINE_TYPE,
1472
1470
         readline, rl_library_version);
1473
1471
 
1474
1472
  if (version)