~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • 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:
989
989
   0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
990
990
  {"port", 'P', "Port number to use for connection or 0 for default to, in "
991
991
   "order of preference, my.cnf, $MYSQL_TCP_PORT, "
992
 
#if MYSQL_PORT_DEFAULT == 0
993
 
   "/etc/services, "
994
 
#endif
995
992
   "built-in default (" STRINGIFY_ARG(MYSQL_PORT) ").",
996
993
   (char**) &port, (char**) &port, 0, GET_INT, REQUIRED_ARG,
997
994
   0, 0, 0, 0, 0, 0},