~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-02-04 18:28:00 UTC
  • mfrom: (813.1.26 new-temporal)
  • Revision ID: brian@tangent.org-20090204182800-ra3p8rlu4zrs9fvn
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
                                          SHOW_LONG,
414
414
                                          get_warning_count);
415
415
 
416
 
static sys_var_session_uint32_t sys_default_week_format(&vars, "default_week_format",
417
 
                                                        &SV::default_week_format);
418
 
 
419
416
sys_var_session_uint64_t sys_group_concat_max_len(&vars, "group_concat_max_len",
420
417
                                                  &SV::group_concat_max_len);
421
418