MySQL 9.7.0
Source Code Documentation
Check_foreign_keys Struct Reference

Public Member Functions

 Check_foreign_keys (dict_table_t *table, trx_t *trx, mem_heap_t *heap)
 
dberr_t operator() (const Parallel_reader::Ctx *ctx)
 

Public Attributes

dict_table_tm_table
 
trx_tm_trx
 
mem_heap_tm_heap {}
 
ulintm_offsets {}
 

Constructor & Destructor Documentation

◆ Check_foreign_keys()

Check_foreign_keys::Check_foreign_keys ( dict_table_t table,
trx_t trx,
mem_heap_t heap 
)
inline

Member Function Documentation

◆ operator()()

dberr_t Check_foreign_keys::operator() ( const Parallel_reader::Ctx ctx)
inline

Member Data Documentation

◆ m_heap

mem_heap_t* Check_foreign_keys::m_heap {}

◆ m_offsets

ulint* Check_foreign_keys::m_offsets {}

◆ m_table

dict_table_t* Check_foreign_keys::m_table

◆ m_trx

trx_t* Check_foreign_keys::m_trx

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