MySQL 8.4.0
Source Code Documentation
system_variable_source.h File Reference

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...
 

Typedef Documentation

◆ mysql_service_system_variable_source_t

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.