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

Method inc_status_select_scan

sql/sql_class.cc:6543–6549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6541}
6542
6543void THD::inc_status_select_scan()
6544{
6545 status_var_increment(status_var.select_scan_count_);
6546#ifdef HAVE_PSI_STATEMENT_INTERFACE
6547 PSI_STATEMENT_CALL(inc_statement_select_scan)(m_statement_psi, 1);
6548#endif
6549}
6550
6551void THD::inc_status_sort_merge_passes()
6552{

Callers 1

make_join_readinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected