![]() |
MySQL 26.7.0
Source Code Documentation
|
#include <ha0sys_var_handler_interface.h>
Public Member Functions | |
| virtual | ~Sys_var_handler_interface ()=default |
| Default destructor. More... | |
| virtual bool | update_var (THD *thd, std::string_view name, uint64_t new_value)=0 |
| Update the system variable to the new value. More... | |
| virtual bool | update_var (THD *thd, std::string_view name, bool new_value)=0 |
| Update the system variable to the new value. More... | |
|
virtualdefault |
Default destructor.
|
pure virtual |
Update the system variable to the new value.
| [in] | thd | THD object, may be used to print warning |
| [in] | name | The system variable name |
| [in] | new_value | The value to be updated |
Implemented in ib::fil::Pages_persistence_sys_vars_handler, and ib::redo::Sys_var_handler.
|
pure virtual |
Update the system variable to the new value.
| [in] | thd | THD object, may be used to print warning |
| [in] | name | The system variable name |
| [in] | new_value | The value to be updated |
Implemented in ib::fil::Pages_persistence_sys_vars_handler, and ib::redo::Sys_var_handler.