MySQL 8.4.2
Source Code Documentation
|
A packet to control the applier in a event oriented way. More...
#include <applier.h>
Public Member Functions | |
Action_packet (enum_packet_action action) | |
Create a new action packet. More... | |
~Action_packet () override=default | |
Public Member Functions inherited from Packet | |
Packet (int type) | |
Create a new generic packet of a certain type. More... | |
virtual | ~Packet ()=default |
int | get_packet_type () |
Public Attributes | |
enum_packet_action | packet_action |
A packet to control the applier in a event oriented way.
|
inline |
Create a new action packet.
action | the packet action |
|
overridedefault |
enum_packet_action Action_packet::packet_action |