MySQL 9.0.0
Source Code Documentation

An instrumented FILE structure. More...

#include <mysql_file.h>

Public Attributes

FILE * m_file
 The real file. More...
 
struct PSI_filem_psi
 The instrumentation hook. More...
 

Detailed Description

An instrumented FILE structure.

MYSQL_FILE is a drop-in replacement for FILE.

See also
mysql_file_open

Member Data Documentation

◆ m_file

FILE* MYSQL_FILE::m_file

The real file.

◆ m_psi

struct PSI_file* MYSQL_FILE::m_psi

The instrumentation hook.

Note that this hook is not conditionally defined, for binary compatibility of the MYSQL_FILE interface.


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