MySQL 9.1.0
Source Code Documentation
|
An instrumented FILE structure. More...
#include <mysql_file.h>
Public Attributes | |
FILE * | m_file |
The real file. More... | |
struct PSI_file * | m_psi |
The instrumentation hook. More... | |
An instrumented FILE structure.
MYSQL_FILE
is a drop-in replacement for FILE
.
FILE* MYSQL_FILE::m_file |
The real file.
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.