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

Method reset

sql/sql_lex.h:2689–2695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2687 }
2688
2689 void reset()
2690 {
2691 yacc_yyss= NULL;
2692 yacc_yyvs= NULL;
2693 m_set_signal_info.clear();
2694 m_ha_rkey_mode= HA_READ_KEY_EXACT;
2695 }
2696
2697 ~Yacc_state();
2698

Callers 1

resetMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected