~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/option.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  int        id;                        /* unique id or short option */
50
50
  const char *comment;                  /* option comment, for autom. --help */
51
51
  char      **value;                   /* The variable value */
52
 
  char      **u_max_value;             /* The user def. max variable value */
 
52
  char      **u_max_value_unused;             /* The user def. max variable value */
53
53
  TYPELIB *typelib;           /* Pointer to possible values */
54
54
  uint32_t     var_type;
55
55
  enum get_opt_arg_type arg_type;