24#ifndef MYSQL_COMMAND_SESSION_STATE_H
25#define MYSQL_COMMAND_SESSION_STATE_H
97 size_t buffer_length,
size_t *
length));
static mysql_service_status_t deinit()
Component deinitialization.
Definition: audit_api_message_emit.cc:575
static mysql_service_status_t init()
Component initialization.
Definition: audit_api_message_emit.cc:566
struct MYSQL_COMMAND_SESSION_STATE_ITERATOR_H_imp * MYSQL_COMMAND_SESSION_STATE_ITERATOR_H
Provide iterator access to session-tracker data cached in the MYSQL handle used by command services.
Definition: mysql_command_session_state.h:55
struct MYSQL_H_imp * MYSQL_H
Definition: mysql_command_services.h:33
int mysql_command_session_state_type
Definition: mysql_command_session_state_bits.h:29
mysql_command_session_state_status
Status codes returned by mysql_command_session_state service methods.
Definition: mysql_command_session_state_bits.h:34
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
mutable_buffer buffer(void *p, size_t n) noexcept
Definition: buffer.h:418
required string type
Definition: replication_group_member_actions.proto:34
#define DECLARE_METHOD(retval, name, args)
Declares a method as a part of the Service definition.
Definition: service.h:103
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DEFINE_SERVICE_HANDLE(name)
Defines an object type that is meant for carrying handles to the implementation-specific objects used...
Definition: service.h:129