![]() |
MySQL 26.7.0
Source Code Documentation
|
#include <atomic>#include <cstring>#include <memory>#include <vector>#include "sql/basic_istream.h"#include "sql/binlog_reader.h"#include "sql/changestreams/apply/storage/relay_log/prefetched_ifile.h"#include "sql/log_event.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::csa |
Typedefs | |
| using | mysql::csa::Prefetched_relaylog_reader = Basic_binlog_file_reader< Prefetched_ifile, Binlog_event_data_istream, Binlog_event_object_istream, Default_binlog_event_allocator > |