MySQL 9.1.0
Source Code Documentation
|
InnoDB table share. More...
#include <ha_innodb.h>
Public Attributes | |
const char * | table_name |
InnoDB table name. More... | |
uint | use_count |
reference count, incremented in get_share() and decremented in free_share() More... | |
void * | table_name_hash |
hash table chain node More... | |
innodb_idx_translate_t | idx_trans_tbl |
index translation table between MySQL and InnoDB More... | |
InnoDB table share.
innodb_idx_translate_t INNOBASE_SHARE::idx_trans_tbl |
index translation table between MySQL and InnoDB
const char* INNOBASE_SHARE::table_name |
InnoDB table name.
void* INNOBASE_SHARE::table_name_hash |
hash table chain node
uint INNOBASE_SHARE::use_count |
reference count, incremented in get_share() and decremented in free_share()