1496
1502
void close_cached_table(Table *table);
1498
1504
/* Create a lock in the cache */
1500
1506
bool lock_table_name_if_not_cached(TableIdentifier &identifier, Table **table);
1502
1508
typedef boost::unordered_map<std::string, message::Table, util::insensitive_hash, util::insensitive_equal_to> TableMessageCache;