MySQL 9.1.0
Source Code Documentation
|
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... | |
This represents table metadata involved in a transaction.
int Trans_table_info::db_type |
The db_type of the storage engine used by the table.
bool Trans_table_info::has_cascade_foreign_key |
information to store if the table has foreign key with 'CASCADE' clause.
uint Trans_table_info::number_of_primary_keys |
const char* Trans_table_info::table_name |