My Project
|
Public Member Functions | |
set_var_user (Item_func_set_user_var *item) | |
int | check (THD *thd) |
int | update (THD *thd) |
int | light_check (THD *thd) |
void | print (THD *thd, String *str) |
int set_var_user::light_check | ( | THD * | thd | ) | [virtual] |
Check variable, but without assigning value (used by PS).
thd | thread handler |
0 | ok |
1 | ERROR, message sent (normally no variables was updated) |
-1 | ERROR, message not sent |
Reimplemented from set_var_base.