MySQL 9.1.0
Source Code Documentation
|
#include <mysql/components/service.h>
#include <mysql/components/services/mysql_current_thread_reader.h>
#include <mysql/components/services/mysql_string.h>
Go to the source code of this file.
Classes | |
struct | s_mysql_mysql_system_variable_update_string |
Service to set the value of system variables. More... | |
struct | s_mysql_mysql_system_variable_reader |
Fetches the session/global/persist value of a system variable. More... | |
struct | s_mysql_mysql_system_variable_update_integer |
Service to set the value of integer system variables. More... | |
struct | s_mysql_mysql_system_variable_update_default |
Service to set the default value of system variables. More... | |
Typedefs | |
typedef struct s_mysql_mysql_system_variable_update_string | mysql_service_mysql_system_variable_update_string_t |
Service to set the value of system variables. More... | |
typedef struct s_mysql_mysql_system_variable_reader | mysql_service_mysql_system_variable_reader_t |
Fetches the session/global/persist value of a system variable. More... | |
typedef struct s_mysql_mysql_system_variable_update_integer | mysql_service_mysql_system_variable_update_integer_t |
Service to set the value of integer system variables. More... | |
typedef struct s_mysql_mysql_system_variable_update_default | mysql_service_mysql_system_variable_update_default_t |
Service to set the default value of system variables. More... | |