~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2009-02-04 20:26:51 UTC
  • mfrom: (830 drizzle)
  • mto: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 832.
  • Revision ID: mordred@inaugust.com-20090204202651-0wkfwels7rl9we76
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2876
2876
    (char**) &opt_date_time_formats[DRIZZLE_TIMESTAMP_DATETIME],
2877
2877
    (char**) &opt_date_time_formats[DRIZZLE_TIMESTAMP_DATETIME],
2878
2878
    0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
2879
 
  { "default_week_format", OPT_DEFAULT_WEEK_FORMAT,
2880
 
    N_("The default week format used by WEEK() functions."),
2881
 
    (char**) &global_system_variables.default_week_format,
2882
 
    (char**) &max_system_variables.default_week_format,
2883
 
    0, GET_ULONG, REQUIRED_ARG, 0, 0, 7L, 0, 1, 0},
2884
2879
  { "div_precision_increment", OPT_DIV_PRECINCREMENT,
2885
2880
   N_("Precision of the result of '/' operator will be increased on that "
2886
2881
      "value."),