MySQL 26.7.0
Source Code Documentation
ireader_event.h File Reference
#include <memory>
#include "sql/log_event.h"

Go to the source code of this file.

Classes

class  mysql::csa::IReader_event
 Interface for abstract event data returned by the reader, which can be decoded into a log event using the "decode" function. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::csa
 

Typedefs

using mysql::csa::IReader_event_ptr = std::shared_ptr< IReader_event >