#include <set_var.h>
Inheritance diagram for set_var_base:


Public Member Functions | |
| set_var_base () | |
| virtual | ~set_var_base () |
| virtual int | check (THD *thd)=0 |
| virtual int | update (THD *thd)=0 |
| virtual int | light_check (THD *thd) |
| virtual bool | no_support_one_shot () |
Definition at line 959 of file set_var.h.
| virtual set_var_base::~set_var_base | ( | ) | [inline, virtual] |
| virtual int set_var_base::check | ( | THD * | thd | ) | [pure virtual] |
Implemented in set_var, set_var_user, set_var_password, and set_var_collation_client.
Referenced by light_check(), and sql_set_variables().
Here is the caller graph for this function:

| virtual int set_var_base::light_check | ( | THD * | thd | ) | [inline, virtual] |
Reimplemented in set_var, and set_var_user.
Definition at line 967 of file set_var.h.
References check().
Referenced by mysql_test_set_fields().
00967 { return check(thd); }
Here is the call graph for this function:

Here is the caller graph for this function:

| virtual bool set_var_base::no_support_one_shot | ( | ) | [inline, virtual] |
Reimplemented in set_var.
Definition at line 968 of file set_var.h.
Referenced by not_all_support_one_shot().
Here is the caller graph for this function:

| virtual int set_var_base::update | ( | THD * | thd | ) | [pure virtual] |
Implemented in set_var, set_var_user, set_var_password, and set_var_collation_client.
Referenced by sql_set_variables().
Here is the caller graph for this function:

1.4.7

