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

Method inc_status_created_tmp_tables

sql/sql_class.cc:6501–6509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6499}
6500
6501void THD::inc_status_created_tmp_tables()
6502{
6503 tmp_tables_used++;
6504 query_plan_flags|= QPLAN_TMP_TABLE;
6505 status_var_increment(status_var.created_tmp_tables_);
6506#ifdef HAVE_PSI_STATEMENT_INTERFACE
6507 PSI_STATEMENT_CALL(inc_statement_created_tmp_tables)(m_statement_psi, 1);
6508#endif
6509}
6510
6511void THD::inc_status_select_full_join()
6512{

Callers 2

open_tmp_tableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected