24#ifndef SYSTEM_VARIABLE_SOURCE_IMP_H
25#define SYSTEM_VARIABLE_SOURCE_IMP_H
An implementation of the service method to give the source of given system variable.
Definition: system_variable_source_imp.h:35
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.
Definition: system_variable_source_imp.cc:42
bool length(const dd::Spatial_reference_system *srs, const Geometry *g1, double *length, bool *null) noexcept
Computes the length of linestrings and multilinestrings.
Definition: length.cc:76
repeated Source source
Definition: replication_asynchronous_connection_failover.proto:42
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88
case opt name
Definition: sslopt-case.h:29
enum_variable_source
This enum values define how system variables are set.
Definition: system_variable_source_type.h:33