~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.cc

  • Committer: Brian Aker
  • Date: 2008-08-11 01:27:58 UTC
  • Revision ID: brian@tangent.org-20080811012758-sn94s7btsnyeojth
Clean up port startup 

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
   "Password to use when connecting to server. If password is not given it's solicited on the tty.",
123
123
   0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
124
124
  {"port", 'P', "Port number to use for connection or 0 for default to, in "
125
 
   "order of preference, my.cnf, $MYSQL_TCP_PORT, "
126
 
   "built-in default (" STRINGIFY_ARG(MYSQL_PORT) ").",
 
125
   "order of preference, my.cnf, $DRIZZLE_TCP_PORT, "
 
126
   "built-in default (" STRINGIFY_ARG(DRIZZLE_PORT) ").",
127
127
   (char**) &opt_mysql_port,
128
128
   (char**) &opt_mysql_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0,
129
129
   0},