~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Stewart Smith
  • Date: 2010-04-06 07:37:28 UTC
  • mfrom: (1310.1.44)
  • Revision ID: stewart@flamingspork.com-20100406073728-ml0gfkm3n3yq3lj3
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

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;