26#ifndef ROUTING_SQL_LEXER_ERROR_INCLUDED
27#define ROUTING_SQL_LEXER_ERROR_INCLUDED
36 const char * =
nullptr) {}
40 const char * =
nullptr) {}
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
A better implementation of the UNIX ctype(3) library.
void warn_on_deprecated_charset(THD *, const CHARSET_INFO *, const char *, const char *=nullptr)
Definition: sql_lexer_error.h:33
void push_deprecated_warn(THD *, const char *, const char *)
Generates a warning that a feature is deprecated.
Definition: sql_lexer_error.h:42
void warn_on_deprecated_collation(THD *, const CHARSET_INFO *, const char *=nullptr)
Definition: sql_lexer_error.h:38
void push_deprecated_warn_no_replacement(THD *, const char *)
Generates a warning that a feature is deprecated.
Definition: sql_lexer_error.h:45
Definition: m_ctype.h:421