MySQL 5.6.14 Source Code Document
|
#include <mysql_file.h>
Public Attributes | |
FILE * | m_file |
struct PSI_file * | m_psi |
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.