MySQL 5.6.14 Source Code Document
|
#include <DictCache.hpp>
Classes | |
struct | TableVersion |
Public Types | |
enum | Status { OK = 0, DROPPED = 1, RETREIVING = 2 } |
Public Member Functions | |
NdbTableImpl * | get (const char *name, int *error) |
NdbTableImpl * | put (const char *name, NdbTableImpl *) |
void | release (const NdbTableImpl *, int invalidate=0) |
void | alter_table_rep (const char *name, Uint32 tableId, Uint32 tableVersion, bool altered) |
unsigned | get_size () |
void | invalidate_all () |
int | inc_ref_count (const NdbTableImpl *impl) |
int | dec_ref_count (const NdbTableImpl *impl) |
void | invalidateDb (const char *name, size_t len) |
A thread safe dict cache
Definition at line 66 of file DictCache.hpp.
NdbTableImpl * GlobalDictCache::get | ( | const char * | name, |
int * | error | ||
) |
Create new...
Definition at line 179 of file DictCache.cpp.