MySQL 8.3.0
Source Code Documentation
PrintNotStarted Struct Reference

Functor to print not-started transaction from the mysql_trx_list. More...

Public Member Functions

 PrintNotStarted (FILE *file)
 
void operator() (const trx_t *trx)
 

Public Attributes

FILE * m_file
 

Detailed Description

Functor to print not-started transaction from the mysql_trx_list.

Constructor & Destructor Documentation

◆ PrintNotStarted()

PrintNotStarted::PrintNotStarted ( FILE *  file)
inline

Member Function Documentation

◆ operator()()

void PrintNotStarted::operator() ( const trx_t trx)
inline

Member Data Documentation

◆ m_file

FILE* PrintNotStarted::m_file

The documentation for this struct was generated from the following file: