MySQL 5.6.14 Source Code Document
|
Public Attributes | |
ulint | id |
const char * | name |
ib_mutex_t | mutex |
The file format tag structure with id and name.
Definition at line 48 of file trx0sys.cc.
ulint file_format_t::id |
id of the file format
Definition at line 49 of file trx0sys.cc.
ib_mutex_t file_format_t::mutex |
covers changes to the above fields
Definition at line 52 of file trx0sys.cc.
const char* file_format_t::name |
text representation of the file format
Definition at line 50 of file trx0sys.cc.