1790
1790
Table *openTable(TableList *table_list, bool *refresh, uint32_t flags= 0);
1792
1792
void unlink_open_table(Table *find);
1794
1794
void close_cached_table(Table *table);
1796
1796
/* Create a lock in the cache */
1800
1800
typedef boost::unordered_map<std::string, message::Table, util::insensitive_hash, util::insensitive_equal_to> TableMessageCache;