MySQL 8.0.40
Source Code Documentation
|
Class to check the system tables we are using from 5.7 are not corrupted before migrating the information to new DD. More...
#include <global.h>
Protected Member Functions | |
void | report_error (uint, const char *fmt,...) override |
Additional Inherited Members | |
Public Member Functions inherited from Table_check_intact | |
Table_check_intact () | |
virtual | ~Table_check_intact ()=default |
bool | check (THD *thd, TABLE *table, const TABLE_FIELD_DEF *table_def) |
Checks whether a table is intact. More... | |
Protected Attributes inherited from Table_check_intact | |
bool | has_keys |
Class to check the system tables we are using from 5.7 are not corrupted before migrating the information to new DD.
|
overrideprotectedvirtual |
Implements Table_check_intact.