MySQL 9.1.0
Source Code Documentation
|
Structure to remember table information for updating DD. More...
Public Member Functions | |
alter_table_old_info_t () | |
Constructor. More... | |
void | update (const dict_table_t *old_table, bool rebuild) |
Update the old table information. More... | |
Public Attributes | |
bool | m_discarded |
If old table is discarded one. More... | |
bool | m_fts_doc_id |
If old table has FTS DOC ID. More... | |
bool | m_rebuild |
If this ATLER TABLE requires rebuild. More... | |
Structure to remember table information for updating DD.
|
inline |
Constructor.
|
inline |
Update the old table information.
[in] | old_table | Old InnoDB table object |
[in] | rebuild | True if rebuild is necessary |
bool alter_table_old_info_t::m_discarded |
If old table is discarded one.
bool alter_table_old_info_t::m_fts_doc_id |
If old table has FTS DOC ID.
bool alter_table_old_info_t::m_rebuild |
If this ATLER TABLE requires rebuild.