MySQL 9.0.0
Source Code Documentation
INNOBASE_SHARE Struct Reference

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...
 

Detailed Description

InnoDB table share.

Member Data Documentation

◆ idx_trans_tbl

innodb_idx_translate_t INNOBASE_SHARE::idx_trans_tbl

index translation table between MySQL and InnoDB

◆ table_name

const char* INNOBASE_SHARE::table_name

InnoDB table name.

◆ table_name_hash

void* INNOBASE_SHARE::table_name_hash

hash table chain node

◆ use_count

uint INNOBASE_SHARE::use_count

reference count, incremented in get_share() and decremented in free_share()


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