![]() |
MySQL 9.2.0
Source Code Documentation
|
#include "plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_message_stage_split.h"
#include <algorithm>
#include <cassert>
#include <cstring>
#include <limits>
#include <unordered_set>
#include "plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_xxhash.h"
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_logging_system.h"
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/xplatform/byteorder.h"
#include "plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_internal_message.h"
Functions | |
Gcs_sender_id | calculate_sender_id (const Gcs_xcom_node_information &node) |
Calculate the sender identification which currently is a hash over the member identifier and its incarnation identifier (i.e. More... | |
Gcs_sender_id calculate_sender_id | ( | const Gcs_xcom_node_information & | node | ) |
Calculate the sender identification which currently is a hash over the member identifier and its incarnation identifier (i.e.
member's uuid).
Note, however, that the current member's uuid is simply a timestamp and for that reason the hash is created as aforementioned.