Drizzled Public API Documentation

file_format_struct Struct Reference

Public Attributes

ulint id
 
const char * name
 
mutex_t mutex
 

Detailed Description

The file format tag structure with id and name.

Definition at line 47 of file trx0sys.cc.

Member Data Documentation

ulint file_format_struct::id
mutex_t file_format_struct::mutex

covers changes to the above fields

Definition at line 51 of file trx0sys.cc.

Referenced by trx_sys_file_format_init(), trx_sys_file_format_max_set(), and trx_sys_file_format_max_upgrade().

const char* file_format_struct::name

text representation of the file format

Definition at line 49 of file trx0sys.cc.

Referenced by trx_sys_file_format_init(), trx_sys_file_format_max_check(), trx_sys_file_format_max_get(), and trx_sys_file_format_max_upgrade().


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