MCPcopy Create free account
hub / github.com/MariaDB/server / Optimizer_hint_parser

Method Optimizer_hint_parser

sql/opt_hints_parser.h:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 bool m_fatal_error;
162public:
163 Optimizer_hint_parser(THD *thd, CHARSET_INFO *cs, const LEX_CSTRING &hint)
164 :Optimizer_hint_tokenizer(cs, hint),
165 m_look_ahead_token(get_token(cs)),
166 m_thd(thd),
167 m_start(hint.str),
168 m_syntax_error(false),
169 m_fatal_error(false)
170 { }
171 THD *thd() const { return m_thd; }
172 bool set_syntax_error()
173 {

Callers

nothing calls this directly

Calls 1

get_tokenFunction · 0.85

Tested by

no test coverage detected