MySQL 9.2.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
tsid.h File Reference

Go to the source code of this file.

Classes

class  mysql::gtid::Tsid
 Represents Transaction Source Identifier which is composed of source UUID and transaction tag. More...
 
struct  mysql::gtid::Tsid::Hash
 Structure to compute hash function of a given Tag object. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::gtid
 

Variables

constexpr auto mysql::gtid::tsid_max_length = Uuid::TEXT_LENGTH + 1 + tag_max_length
 Maximum TSID text length (without null character) More...