~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.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:
1420
1420
}
1421
1421
#endif
1422
1422
 
1423
 
static struct my_option my_long_options[] =
 
1423
static struct option my_long_options[] =
1424
1424
{
1425
1425
  {"help", '?', N_("Display this help and exit."), 0, 0, 0, GET_NO_ARG, NO_ARG, 0,
1426
1426
    0, 0, 0, 0, 0},
1608
1608
}
1609
1609
 
1610
1610
 
1611
 
static int get_one_option(int optid, const struct my_option *, char *argument)
 
1611
static int get_one_option(int optid, const struct option *, char *argument)
1612
1612
{
1613
1613
  char *endchar= NULL;
1614
1614
  uint64_t temp_drizzle_port= 0;