MySQL 8.0.40
Source Code Documentation
|
A packet to request a synchronization point on the global message order on a given member before transaction execution. More...
#include <applier.h>
Public Member Functions | |
Sync_before_execution_action_packet (my_thread_id thread_id, const Gcs_member_identifier &gcs_member_id) | |
Create a new synchronization point request. More... | |
~Sync_before_execution_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 | |
const my_thread_id | m_thread_id |
const Gcs_member_identifier | m_gcs_member_id |
A packet to request a synchronization point on the global message order on a given member before transaction execution.
|
inline |
Create a new synchronization point request.
thread_id | the thread that did the request |
gcs_member_id | the member id that did the request |
|
overridedefault |
const Gcs_member_identifier Sync_before_execution_action_packet::m_gcs_member_id |
const my_thread_id Sync_before_execution_action_packet::m_thread_id |