~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Djellel E. Difallah
  • Date: 2010-03-30 09:29:02 UTC
  • mfrom: (1410.4.2 ded-my-tree)
  • mto: This revision was merged to the branch mainline in revision 1440.
  • Revision ID: ded@ubuntu-20100330092902-hayr13f78x5mvl3y
update references to old my_'s

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;