![]() |
MySQL 26.7.0
Source Code Documentation
|
#include <list>#include <memory>#include <optional>#include "mysql/utils/return_status.h"#include "sql/changestreams/apply/core/managed_event.h"Go to the source code of this file.
Classes | |
| class | mysql::csa::Event_set_fetchable |
| Represents metadata of a set of events, capable of being fetched from a storage. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::csa |
Typedefs | |
| using | mysql::csa::Event_set_fetchable_ptr = std::unique_ptr< Event_set_fetchable > |
| Unique pointer to a specific implementation of Event_set_fetchable (no need to share). More... | |
| using | mysql::csa::Event_set_fetchable_list = std::list< Event_set_fetchable_ptr > |
| List of Event_set_fetchable pointers, each able to fetch a whole transaction from the storage. More... | |