59 uint sql_errno [[maybe_unused]],
60 const char *sqlstate [[maybe_unused]],
63 const char *msg)
override;
Self destroying THD.
Definition: auto_thd.h:35
Auto_THD()
Create THD object and initialize internal variables.
Definition: auto_thd.cc:35
~Auto_THD() override
Deinitialize THD.
Definition: auto_thd.cc:42
bool handle_condition(class THD *thd, uint sql_errno, const char *sqlstate, Sql_condition::enum_severity_level *level, const char *msg) override
Error handler that prints error message on to the error log.
Definition: auto_thd.cc:58
class THD * thd
Thd associated with the object.
Definition: auto_thd.h:66
This class represents the interface for internal error handlers.
Definition: error_handler.h:46
enum_severity_level
Enumeration value describing the severity of the condition.
Definition: sql_error.h:62
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:33
Header for compiler-dependent features.
unsigned int uint
Definition: uca9-dump.cc:74