Public Attributes | |
| ulint | id |
| const char * | name |
| mutex_t | mutex |
The file format tag structure with id and name.
Definition at line 47 of file trx0sys.cc.
| ulint file_format_struct::id |
id of the file format
Definition at line 48 of file trx0sys.cc.
Referenced by trx_sys_file_format_init(), trx_sys_file_format_max_check(), trx_sys_file_format_max_set(), and trx_sys_file_format_max_upgrade().
| 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().