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

Method start_psi_batch_mode

sql/handler.cc:3848–3856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3846
3847
3848void handler::start_psi_batch_mode()
3849{
3850#ifdef HAVE_PSI_TABLE_INTERFACE
3851 DBUG_ASSERT(m_psi_batch_mode == PSI_BATCH_MODE_NONE);
3852 DBUG_ASSERT(m_psi_locker == NULL);
3853 m_psi_batch_mode= PSI_BATCH_MODE_STARTING;
3854 m_psi_numrows= 0;
3855#endif
3856}
3857
3858void handler::end_psi_batch_mode()
3859{

Callers 2

join_recordsMethod · 0.80
sub_selectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected