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

Method clear_slow_extended

sql/sql_class.cc:2057–2062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2055
2056
2057void THD::clear_slow_extended()
2058{
2059 DBUG_ENTER("THD::clear_slow_extended");
2060 last_errno= 0;
2061 DBUG_VOID_RETURN;
2062}
2063
2064void THD::set_statement(Statement *stmt)
2065{

Callers 2

dispatch_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected