~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Brian Aker
  • Date: 2008-08-07 16:29:49 UTC
  • mfrom: (264.1.20 codestyle)
  • Revision ID: brian@tangent.org-20080807162949-7o8eyjgdn8ms3n1a
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
   0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
73
73
  {"port", 'P', "Port number to use for connection or 0 for default to, in "
74
74
   "order of preference, my.cnf, $MYSQL_TCP_PORT, "
75
 
#if MYSQL_PORT_DEFAULT == 0
76
 
   "/etc/services, "
77
 
#endif
78
75
   "built-in default (" STRINGIFY_ARG(MYSQL_PORT) ").",
79
76
   (char**) &tcp_port,
80
77
   (char**) &tcp_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
363
360
static void print_version(void)
364
361
{
365
362
  printf("%s  Ver %s Distrib %s, for %s on %s\n",my_progname,ADMIN_VERSION,
366
 
         MYSQL_SERVER_VERSION,SYSTEM_TYPE,MACHINE_TYPE);
 
363
         drizzle_get_client_info(),SYSTEM_TYPE,MACHINE_TYPE);
367
364
}
368
365
 
369
366
static void usage(void)