My Project
|
Public Member Functions | |
Item_func_sleep (Item *a) | |
bool | const_item () const |
const char * | func_name () const |
table_map | get_initial_pseudo_tables () const |
longlong | val_int () |
table_map Item_func_sleep::get_initial_pseudo_tables | ( | ) | const [inline, virtual] |
This function is non-deterministic and hence depends on the 'RAND' pseudo-table.
RAND_TABLE_BIT |
Reimplemented from Item_func.
longlong Item_func_sleep::val_int | ( | void | ) | [virtual] |
This function is just used to create tests with time gaps.
Implements Item.