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

Method inc_status_select_range_check

sql/sql_class.cc:6535–6541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6533}
6534
6535void THD::inc_status_select_range_check()
6536{
6537 status_var_increment(status_var.select_range_check_count_);
6538#ifdef HAVE_PSI_STATEMENT_INTERFACE
6539 PSI_STATEMENT_CALL(inc_statement_select_range_check)(m_statement_psi, 1);
6540#endif
6541}
6542
6543void THD::inc_status_select_scan()
6544{

Callers 1

make_join_readinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected