1709
1640
Table *openTable(TableList *table_list, bool *refresh, uint32_t flags= 0);
1711
1642
void unlink_open_table(Table *find);
1713
1644
void close_cached_table(Table *table);
1715
1646
/* Create a lock in the cache */
1716
1647
table::Placeholder *table_cache_insert_placeholder(const TableIdentifier &identifier);
1719
1650
typedef boost::unordered_map<std::string, message::Table, util::insensitive_hash, util::insensitive_equal_to> TableMessageCache;