|
My Project
|
#include <item_timefunc.h>
Public Member Functions | |
| Item_func_dayname (Item *a) | |
| const char * | func_name () const |
| String * | val_str (String *str) |
| bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) |
| bool | get_time (MYSQL_TIME *ltime) |
| enum Item_result | result_type () const |
| void | fix_length_and_dec () |
| bool | check_partition_func_processor (uchar *int_arg) |
TS-TODO: Item_func_dayname should be derived from Item_str_func. In the current implementation funny things can happen: select dayname(now())+1 -> 4
1.7.6.1