|
MySQL 5.6.14 Source Code Document
|
#include <DictCache.hpp>

Public Member Functions | |
| Ndb_local_table_info * | get (const char *name) |
| void | put (const char *name, Ndb_local_table_info *) |
| void | drop (const char *name) |
Public Attributes | |
| NdbLinHash< Ndb_local_table_info > | m_tableHash |
A non thread safe dict cache
Definition at line 50 of file DictCache.hpp.