24#ifndef MYSQL_ONGOING_TRANSACTION_INCLUDED
25#define MYSQL_ONGOING_TRANSACTION_INCLUDED
47 (
unsigned long **thread_ids,
An implementation of mysql_ongoing_transactions_query service methods.
Definition: mysql_ongoing_transaction_query_imp.h:33
static mysql_service_status_t get_ongoing_server_transactions(unsigned long **thread_ids, unsigned long *length) noexcept
Service that returns the list of thread ids for the currently running transactions in the server.
Definition: ongoing_transaction_query_service.cc:92
Specifies macros to define Components.
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
#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