My Project
|
#include <set_var.h>
Public Member Functions | |
virtual int | check (THD *thd)=0 |
virtual int | update (THD *thd)=0 |
virtual int | light_check (THD *thd) |
virtual void | print (THD *thd, String *str)=0 |
virtual bool | is_var_optimizer_trace () const |
A base class for everything that can be set with SET command. It's similar to Items, an instance of this is created by the parser for every assigmnent in SET (or elsewhere, e.g. in SELECT).
virtual bool set_var_base::is_var_optimizer_trace | ( | ) | const [inline, virtual] |