~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
   (char**) &opt_lock_all_tables, (char**) &opt_lock_all_tables, 0, GET_BOOL, NO_ARG,
261
261
   0, 0, 0, 0, 0, 0},
262
262
  {"mysql", 'm', N_("Use MySQL Protocol."),
263
 
   (char**) &opt_mysql, (char**) &opt_mysql, 0, GET_BOOL, NO_ARG, 0, 0, 0,
 
263
   (char**) &opt_mysql, (char**) &opt_mysql, 0, GET_BOOL, NO_ARG, 1, 0, 0,
264
264
   0, 0, 0},
265
265
  {"no-autocommit", OPT_AUTOCOMMIT,
266
266
   "Wrap tables with autocommit/commit statements.",