MySQL 8.4.1
Source Code Documentation
mysql_system_variable_source_imp Class Reference

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

Detailed Description

An implementation of the service method to give the source of given system variable.

Member Function Documentation

◆ get()

mysql_service_status_t mysql_system_variable_source_imp::get ( const char *  name,
unsigned int  length,
enum enum_variable_source source 
)
staticnoexcept

Get source information of given system variable.

Get source of given system variable.

Parameters
[in]nameName of system variable
[in]lengthName length of system variable
[out]sourceSource of system variable
Returns
Status of performance operation
Return values
falseSuccess
trueFailure

The documentation for this class was generated from the following files: