MySQL 8.0.40
Source Code Documentation
|
RAII to handle cleanup after table upgrading. More...
Public Member Functions | |
void | update_handler (handler *handler) |
void | update_lex (LEX *lex) |
Table_upgrade_guard (THD *thd, TABLE *table) | |
~Table_upgrade_guard () | |
Private Attributes | |
THD * | m_thd |
TABLE * | m_table |
sql_mode_t | m_sql_mode |
handler * | m_handler |
bool | m_is_table_open |
LEX * | m_lex_saved |
Item * | m_item_list_saved |
RAII to handle cleanup after table upgrading.
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |