MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
struct | s_mysql_system_variable_source |
A service to deal with source of system variable. More... | |
Typedefs | |
typedef struct s_mysql_system_variable_source | mysql_service_system_variable_source_t |
A service to deal with source of system variable. More... | |
A service to deal with source of system variable.
A system variable could be set from different sources for eg: Command line, Configuration file etc. This service exposes method to get the source information of a given system variable.