MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / reset

Method reset

sql/sql_lex.cc:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167void
168st_parsing_options::reset()
169{
170 allows_variable= TRUE;
171 allows_select_into= TRUE;
172 allows_select_procedure= TRUE;
173 allows_derived= TRUE;
174}
175
176/**
177 Cleans slave connection info.

Callers 2

lex_startFunction · 0.45
init_queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected