MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Table_cache_element Class Reference

#include <table_cache.h>

Public Member Functions

 Table_cache_element (TABLE_SHARE *share_arg)
TABLE_SHAREget_share () const

Friends

class Table_cache
class Table_cache_manager
class Table_cache_iterator

Detailed Description

Element that represents the table in the specific table cache. Plays for table cache instance role similar to role of TABLE_SHARE for table definition cache.

It is an implementation detail of Table_cache and is present in the header file only to allow inlining of some methods.

Definition at line 208 of file table_cache.h.


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