MySQL 8.3.0
Source Code Documentation
Trans_table_info Struct Reference

This represents table metadata involved in a transaction. More...

#include <replication.h>

Public Attributes

const char * table_name
 
uint number_of_primary_keys
 
int db_type
 The db_type of the storage engine used by the table. More...
 
bool has_cascade_foreign_key
 information to store if the table has foreign key with 'CASCADE' clause. More...
 

Detailed Description

This represents table metadata involved in a transaction.

Member Data Documentation

◆ db_type

int Trans_table_info::db_type

The db_type of the storage engine used by the table.

◆ has_cascade_foreign_key

bool Trans_table_info::has_cascade_foreign_key

information to store if the table has foreign key with 'CASCADE' clause.

◆ number_of_primary_keys

uint Trans_table_info::number_of_primary_keys

◆ table_name

const char* Trans_table_info::table_name

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