Drizzled Public API Documentation

st_innobase_share Struct Reference

#include <ha_innodb.h>

List of all members.

Public Member Functions

 st_innobase_share (const char *arg)

Public Attributes

THR_LOCK lock
char table_name [FN_REFLEN]
uint use_count
void * table_name_hash
innodb_idx_translate_t idx_trans_tbl

Detailed Description

InnoDB table share

Definition at line 48 of file ha_innodb.h.


Member Data Documentation

MySQL lock protecting this structure

Definition at line 49 of file ha_innodb.h.

Referenced by ha_innobase::doOpen(), and get_share().

InnoDB table name

Definition at line 51 of file ha_innodb.h.

Referenced by get_share().

hash table chain node

Definition at line 55 of file ha_innodb.h.

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

Definition at line 52 of file ha_innodb.h.

Referenced by get_share().


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