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