Home
last modified time | relevance | path

Searched refs:handle_sync_before_execution_message (Results 1 – 5 of 5) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/include/
H A Dgcs_event_handlers.h106 void handle_sync_before_execution_message(const Gcs_message &message) const;
H A Dconsistency_manager.h335 int handle_sync_before_execution_message(
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/
H A Dgcs_event_handlers.cc98 handle_sync_before_execution_message(message); in on_message_received()
257 void Plugin_gcs_events_handler::handle_sync_before_execution_message( in handle_sync_before_execution_message() function in Plugin_gcs_events_handler
H A Dconsistency_manager.cc651 int Transaction_consistency_manager::handle_sync_before_execution_message( in handle_sync_before_execution_message() function in Transaction_consistency_manager
H A Dapplier.cc386 return transaction_consistency_manager->handle_sync_before_execution_message( in apply_sync_before_execution_action_packet()