~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Brian Aker
  • Date: 2010-10-23 17:45:06 UTC
  • mfrom: (1865.3.1 trunk-bug-664223)
  • mto: This revision was merged to the branch mainline in revision 1876.
  • Revision ID: brian@tangent.org-20101023174506-ktosgiz29x8zxnv0
Merge in port change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
  N_("Where to send output to (stdout|database"))
533
533
  ("destination-host", po::value<string>(&opt_destination_host)->default_value("localhost"),
534
534
  N_("Hostname for destination db server (requires --destination-type=database)"))
535
 
  ("destination-port", po::value<uint16_t>(&opt_destination_port)->default_value(3306),
 
535
  ("destination-port", po::value<uint16_t>(&opt_destination_port)->default_value(4427),
536
536
  N_("Port number for destination db server (requires --destination-type=database)"))
537
537
  ("destination-user", po::value<string>(&opt_destination_user),
538
538
  N_("User name for destination db server (resquires --destination-type=database)"))