1#ifndef PFS_BATCH_MODE_INCLUDED
2#define PFS_BATCH_MODE_INCLUDED
A RAII class to handle turning on batch mode in front of scanning a row iterator, and then turn it ba...
Definition: pfs_batch_mode.h:34
RowIterator * m_iterator
Definition: pfs_batch_mode.h:43
PFSBatchMode(RowIterator *iterator)
Definition: pfs_batch_mode.h:36
~PFSBatchMode()
Definition: pfs_batch_mode.h:40
A context for reading through a single table using a chosen access method: index read,...
Definition: row_iterator.h:82
virtual void StartPSIBatchMode()
Start performance schema batch mode, if supported (otherwise ignored).
Definition: row_iterator.h:206
virtual void EndPSIBatchModeIfStarted()
Ends performance schema batch mode, if started.
Definition: row_iterator.h:217