|
My Project
|
Public Member Functions | |
| Item_func_sysdate_local (uint8 dec_arg) | |
| bool | const_item () const |
| const char * | func_name () const |
| void | fix_length_and_dec () |
| bool | get_date (MYSQL_TIME *res, uint fuzzy_date) |
| table_map | get_initial_pseudo_tables () const |
| bool Item_func_sysdate_local::get_date | ( | MYSQL_TIME * | res, |
| uint | fuzzy_date | ||
| ) | [virtual] |
Converts current time in my_time_t to MYSQL_TIME represenatation for local time zone. Defines time zone (local) used for whole SYSDATE function.
Implements Item_datetime_func.
| table_map Item_func_sysdate_local::get_initial_pseudo_tables | ( | ) | const [inline, virtual] |
This function is non-deterministic and hence depends on the 'RAND' pseudo-table.
| Always | RAND_TABLE_BIT |
Reimplemented from Item_func.
1.7.6.1