MySQL 9.1.0
Source Code Documentation
|
#include <cstdint>
#include <string>
#include <mysql/components/service.h>
#include <mysql/components/services/dynamic_privilege.h>
#include <mysql/plugin_audit_message_types.h>
Go to the source code of this file.
Classes | |
struct | s_mysql_binlog_storage_iterator |
Typedefs | |
typedef struct my_h_binlog_storage_iterator_imp * | my_h_binlog_storage_iterator |
typedef struct s_mysql_binlog_storage_iterator | mysql_service_binlog_storage_iterator_t |
Enumerations | |
enum | Binlog_iterator_service_init_status : uint16_t { kBinlogIteratorInitOk = 0 , kBinlogIteratorIniErrorPurgedGtids , kBinlogIteratorInitErrorLogClosed , kBinlogIteratorInitErrorUnspecified } |
enum | Binlog_iterator_service_get_status : uint16_t { kBinlogIteratorGetOk = 0 , kBinlogIteratorGetEndOfChanges , kBinlogIteratorGetInsufficientBuffer , kBinlogIteratorGetErrorClosed , kBinlogIteratorGetErrorInvalid , kBinlogIteratorGetErrorUnspecified } |
This enumeration lists the possible return values for the get function. More... | |
typedef struct my_h_binlog_storage_iterator_imp* my_h_binlog_storage_iterator |
enum Binlog_iterator_service_get_status : uint16_t |
This enumeration lists the possible return values for the get function.
enum Binlog_iterator_service_init_status : uint16_t |