24#ifndef MYSQL_SYSTEM_VARIABLES_H
25#define MYSQL_SYSTEM_VARIABLES_H
101 (
MYSQL_THD thd,
const char *set_variable_type,
176 const
char *component_name, const
char *variable_name,
177 void **val,
size_t *out_length_of_val));
271 (
MYSQL_THD thd, const
char *variable_type,
273 long long variable_value));
296 (
MYSQL_THD thd, const
char *variable_type,
298 unsigned long long variable_value));
368 (
MYSQL_THD thd, const
char *variable_type,
#define MYSQL_THD
Definition: backup_page_tracker.h:38
struct my_h_string_imp * my_h_string
The string functions as a service to the mysql_server component.
Definition: mysql_string.h:73
static mysql_service_status_t get(THD **thd) noexcept
Definition: mysql_current_thread_reader_all_empty.cc:31
void set_unsigned(PSI_field *, PSI_ulonglong) noexcept
Definition: pfs_plugin_column_bigint_v1_all_empty.cc:31
std::set< Key, Compare, ut::allocator< Key > > set
Specialization of set which uses ut_allocator.
Definition: ut0new.h:2888
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112