MySQL 8.3.0
Source Code Documentation
dd::upgrade_57::Check_table_intact Class Reference

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>

Inheritance diagram for dd::upgrade_57::Check_table_intact:
[legend]

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
 

Detailed Description

Class to check the system tables we are using from 5.7 are not corrupted before migrating the information to new DD.

Member Function Documentation

◆ report_error()

void dd::upgrade_57::Check_table_intact::report_error ( uint  ,
const char *  fmt,
  ... 
)
overrideprotectedvirtual

Implements Table_check_intact.


The documentation for this class was generated from the following files: