MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_mysql_file Struct Reference

#include <mysql_file.h>

Public Attributes

FILE * m_file
struct PSI_file * m_psi

Detailed Description

An instrumented FILE structure.

See Also
MYSQL_FILE

Definition at line 489 of file mysql_file.h.

Member Data Documentation

FILE* st_mysql_file::m_file

The real file.

Definition at line 492 of file mysql_file.h.

struct PSI_file* st_mysql_file::m_psi

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

Definition at line 498 of file mysql_file.h.


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