1#ifndef SQL_QUERY_REWRITE_INCLUDED
2#define SQL_QUERY_REWRITE_INCLUDED
Internal state of the parser.
Definition: sql_lexer_parser_state.h:44
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
void invoke_pre_parse_rewrite_plugins(THD *thd)
Calls the query rewrite plugins' respective rewrite functions before parsing the query.
Definition: sql_query_rewrite.cc:52
void enable_digest_if_any_plugin_needs_it(THD *thd, Parser_state *ps)
Enables digests in the parser state if any plugin needs it.
bool invoke_post_parse_rewrite_plugins(THD *thd, bool is_prepared)
Calls query rewrite plugins after parsing the query.
Definition: sql_query_rewrite.cc:90