Static Public Member Functions | |
| static CacheMap & | getCache () |
| static void | rehash (size_t arg) |
| static boost::mutex & | mutex () |
| static bool | areTablesUsed (Table *, bool wait_for_name_lock) |
| static void | removeSchema (const identifier::Schema &) |
| static bool | removeTable (Session &, const identifier::Table &, uint32_t flags) |
| static void | release (table::instance::Shared *) |
| static void | insert (table::Concurrent *) |
Static Private Attributes | |
| static CacheMap | cache |
| static boost::mutex | _mutex |