Type Alias mariadb_sys::MYSQL_FILE

source ·
pub type MYSQL_FILE = st_mysql_file;
Expand description

Type of an instrumented file. @c MYSQL_FILE is a drop-in replacement for @c FILE. @sa mysql_file_open

Aliased Type§

struct MYSQL_FILE {
    pub m_file: *mut _IO_FILE,
    pub m_psi: *mut PSI_file,
}

Fields§

§m_file: *mut _IO_FILE

The real file.

§m_psi: *mut PSI_file

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