~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Jay Pipes
  • Date: 2010-04-08 16:27:25 UTC
  • mfrom: (1405.6.10 replication-pairs)
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: jpipes@serialcoder-20100408162725-sugbgn38oxjqclq2
Merge trunk and replication-pairs with conflict resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
drizzled::hash_set<string> ignore_table;
157
157
 
158
 
static struct my_option my_long_options[] =
 
158
static struct option my_long_options[] =
159
159
{
160
160
  {"all", 'a', "Deprecated. Use --create-options instead.",
161
161
    (char**) &create_options, (char**) &create_options, 0, GET_BOOL, NO_ARG, 1,
509
509
} /* write_footer */
510
510
 
511
511
 
512
 
static int get_one_option(int optid, const struct my_option *, char *argument)
 
512
static int get_one_option(int optid, const struct option *, char *argument)
513
513
{
514
514
  char *endchar= NULL;
515
515
  uint64_t temp_drizzle_port= 0;