| 3846 | |
| 3847 | |
| 3848 | void 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 | |
| 3858 | void handler::end_psi_batch_mode() |
| 3859 | { |
no outgoing calls
no test coverage detected