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

Public Member Functions

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

Public Attributes

char buff [MYSQL_ERRMSG_SIZE]

Detailed Description

An interceptor to hijack the text of the error message without setting an error in the thread. We need the text to present it in the form of a warning to the user.

Definition at line 2248 of file handler.cc.


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