MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for System_table_access, including all inherited members.
before_open(THD *thd)=0 | System_table_access | pure virtual |
close_table(THD *thd, TABLE *table, Open_tables_backup *backup, bool error, bool need_commit) | System_table_access | |
create_thd() | System_table_access | |
drop_thd(THD *thd) | System_table_access | |
m_flags | System_table_access | |
open_table(THD *thd, const LEX_CSTRING dbstr, const LEX_CSTRING tbstr, uint max_num_field, enum thr_lock_type lock_type, TABLE **table, Open_tables_backup *backup) | System_table_access | |
open_table(THD *thd, std::string dbstr, std::string tbstr, uint max_num_field, enum thr_lock_type lock_type, TABLE **table, Open_tables_backup *backup) | System_table_access | |
~System_table_access()=default | System_table_access | virtual |