1475
1475
void close_cached_table(Table *table);
1477
1477
/* Create a lock in the cache */
1479
1479
bool lock_table_name_if_not_cached(TableIdentifier &identifier, Table **table);
1481
1481
typedef boost::unordered_map<std::string, message::Table, util::insensitive_hash, util::insensitive_equal_to> TableMessageCache;