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

Method end_psi_batch_mode

sql/handler.cc:3858–3870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3856}
3857
3858void handler::end_psi_batch_mode()
3859{
3860#ifdef HAVE_PSI_TABLE_INTERFACE
3861 DBUG_ASSERT(m_psi_batch_mode != PSI_BATCH_MODE_NONE);
3862 if (m_psi_locker != NULL)
3863 {
3864 DBUG_ASSERT(m_psi_batch_mode == PSI_BATCH_MODE_STARTED);
3865 PSI_TABLE_CALL(end_table_io_wait)(m_psi_locker, m_psi_numrows);
3866 m_psi_locker= NULL;
3867 }
3868 m_psi_batch_mode= PSI_BATCH_MODE_NONE;
3869#endif
3870}
3871
3872PSI_table_share *handler::ha_table_share_psi() const
3873{

Callers 2

join_recordsMethod · 0.80
sub_selectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected