MySQL 9.1.0
Source Code Documentation
|
Input parameters to the parser. More...
#include <sql_lexer_parser_input.h>
Public Member Functions | |
Parser_input () | |
Parser_input () | |
Public Attributes | |
bool | m_has_digest |
True if the text parsed corresponds to an actual query, and not another text artifact. More... | |
bool | m_compute_digest |
True if the caller needs to compute a digest. More... | |
Input parameters to the parser.
|
inline |
|
inline |
bool Parser_input::m_compute_digest |
True if the caller needs to compute a digest.
This flag is used to request explicitly a digest computation, independently of the performance schema configuration.
bool Parser_input::m_has_digest |
True if the text parsed corresponds to an actual query, and not another text artifact.
This flag is used to disable digest parsing of nested: