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

Public Member Functions

 MDL_deadlock_handler (Open_table_context *ot_ctx_arg)
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)

Detailed Description

An error handler which converts, if possible, ER_LOCK_DEADLOCK error that can occur when we are trying to acquire a metadata lock to a request for back-off and re-start of open_tables() process.

Definition at line 2319 of file sql_base.cc.


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