~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.h

  • Committer: Brian Aker
  • Date: 2008-08-10 22:14:13 UTC
  • Revision ID: brian@tangent.org-20080810221413-ablfnyr3wgu6fjaw
ulong conversion. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  char      **value;                   /* The variable value */
51
51
  char      **u_max_value;             /* The user def. max variable value */
52
52
  struct st_typelib *typelib;           /* Pointer to possible values */
53
 
  ulong     var_type;
 
53
  uint32_t     var_type;
54
54
  enum get_opt_arg_type arg_type;
55
55
  int64_t   def_value;                 /* Default value */
56
56
  int64_t   min_value;                 /* Min allowed value */