35
35
typedef struct st_innobase_share {
36
36
THR_LOCK lock; /*!< MySQL lock protecting
39
39
uint use_count; /*!< reference count,
40
40
incremented in get_share()
41
41
and decremented in free_share() */
42
42
void* table_name_hash;/*!< hash table chain node */