~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/month.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:
43
43
    max_length=2*MY_CHARSET_BIN_MB_MAXLEN;
44
44
    maybe_null=1;
45
45
  }
46
 
  bool check_vcol_func_processor(unsigned char *)
47
 
  { return false; }
48
46
};
49
47
 
50
48
class Item_func_monthname :public Item_func_month