MySQL 9.1.0
Source Code Documentation
|
Class to check if system table is intact. More...
#include <sql_system_table_check.h>
Public Member Functions | |
System_table_intact (THD *thd, enum loglevel log_level=ERROR_LEVEL) | |
THD * | thd () |
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 Member Functions | |
void | report_error (uint code, const char *fmt,...) override |
Private Attributes | |
THD * | m_thd |
enum loglevel | m_log_level |
Additional Inherited Members | |
Protected Attributes inherited from Table_check_intact | |
bool | has_keys |
Class to check if system table is intact.
|
inlineexplicit |
|
inlineoverrideprotectedvirtual |
Implements Table_check_intact.
|
inline |
|
private |
|
private |