24#ifndef MYSQL_TRANSACTION_DELEGATE_CONTROL_H
25#define MYSQL_TRANSACTION_DELEGATE_CONTROL_H
97 mysql_close_connection_of_binloggable_transaction_not_reached_commit)
111 mysql_close_connection_of_binloggable_transaction_not_reached_commit)
stdx::expected< void, std::error_code > close(file_handle_type native_handle)
close file handle.
Definition: file.h:239
#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