20
20
#ifndef DRIZZLED_FUNCTIONS_TIME_DAYOFMONTH_H
21
21
#define DRIZZLED_FUNCTIONS_TIME_DAYOFMONTH_H
23
27
class Item_func_dayofmonth :public Item_int_func
26
30
Item_func_dayofmonth(Item *a) :Item_int_func(a) {}
28
32
const char *func_name() const { return "dayofmonth"; }
32
36
max_length=2*MY_CHARSET_BIN_MB_MAXLEN;