MySQL 8.0.40
Source Code Documentation
|
An implementation of the service method to give the source of given system variable. More...
#include <system_variable_source_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | get (const char *name, unsigned int length, enum enum_variable_source *source) noexcept |
Get source information of given system variable. More... | |
An implementation of the service method to give the source of given system variable.
|
staticnoexcept |
Get source information of given system variable.
Get source of given system variable.
[in] | name | Name of system variable |
[in] | length | Name length of system variable |
[out] | source | Source of system variable |
false | Success |
true | Failure |