MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Repair_mrg_table_error_handler Class Reference

Public Member Functions

bool handle_condition (THD *thd, uint sql_errno, const char *sqlstate, Sql_condition::enum_warning_level level, const char *msg, Sql_condition **cond_hdl)
bool safely_trapped_errors ()

Detailed Description

This internal handler is used to trap ER_NO_SUCH_TABLE and ER_WRONG_MRG_TABLE errors during CHECK/REPAIR TABLE for MERGE tables.

Definition at line 99 of file sql_base.cc.

Member Function Documentation

bool Repair_mrg_table_error_handler::safely_trapped_errors ( )
inline

Returns TRUE if there were ER_NO_SUCH_/WRONG_MRG_TABLE and there were no unhandled errors. FALSE otherwise.

Definition at line 117 of file sql_base.cc.


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