49 std::string_view name,
50 uint64_t new_value) = 0;
60 std::string_view name,
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Definition: ha0sys_var_handler_interface.h:36
virtual ~Sys_var_handler_interface()=default
Default destructor.
virtual bool update_var(THD *thd, std::string_view name, uint64_t new_value)=0
Update the system variable to the new value.
virtual bool update_var(THD *thd, std::string_view name, bool new_value)=0
Update the system variable to the new value.
Definition: fil0fil.cc:1392