MySQL 8.4.0
Source Code Documentation
Trans_gtid_info Struct Reference

This represents the GTID context of the transaction. More...

#include <replication.h>

Public Attributes

mysql::gtid::Tsid_plain tsid
 transaction specified TSID, filled in the after-commit hook More...
 
ulong type
 enum values in enum_gtid_type More...
 
int sidno
 transaction sidno More...
 
long long int gno
 transaction gno More...
 
mysql::gtid::Tag_plain automatic_tag
 defined tag for automatic GTIDs, propagated in the before-commit hook More...
 

Detailed Description

This represents the GTID context of the transaction.

Member Data Documentation

◆ automatic_tag

mysql::gtid::Tag_plain Trans_gtid_info::automatic_tag

defined tag for automatic GTIDs, propagated in the before-commit hook

◆ gno

long long int Trans_gtid_info::gno

transaction gno

◆ sidno

int Trans_gtid_info::sidno

transaction sidno

◆ tsid

mysql::gtid::Tsid_plain Trans_gtid_info::tsid

transaction specified TSID, filled in the after-commit hook

◆ type

ulong Trans_gtid_info::type

enum values in enum_gtid_type


The documentation for this struct was generated from the following file: