~jaypipes/drizzle/xa-transaction-log

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Jay Pipes
  • Date: 2010-03-11 00:18:09 UTC
  • mfrom: (1273.1.60 staging)
  • Revision ID: jpipes@serialcoder-20100311001809-bwqn45a6l4u1gtbk
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
629
629
   (char**) &opt_label, (char**) &opt_label, 0,
630
630
   GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
631
631
  {"mysql", 'm', N_("Use MySQL Protocol."),
632
 
   (char**) &opt_mysql, (char**) &opt_mysql, 0, GET_BOOL, NO_ARG, 0, 0, 0,
 
632
   (char**) &opt_mysql, (char**) &opt_mysql, 0, GET_BOOL, NO_ARG, 1, 0, 0,
633
633
   0, 0, 0},
634
634
  {"number-blob-cols", OPT_SLAP_BLOB_COL,
635
635
   "Number of BLOB columns to create table with if specifying --auto-generate-sql. Example --number-blob-cols=3:1024/2048 would give you 3 blobs with a random size between 1024 and 2048. ",