~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/dayofmonth.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    max_length=2*MY_CHARSET_BIN_MB_MAXLEN;
37
37
    maybe_null=1;
38
38
  }
39
 
  bool check_vcol_func_processor(unsigned char *)
40
 
  { return false; }
41
39
};
42
40
 
43
41
#endif /* DRIZZLED_FUNCTION_TIME_DAYOFMONTH_H */