16 #ifndef TABLE_MAPPING_H
17 #define TABLE_MAPPING_H
73 TABLE* get_table(ulonglong table_id);
75 int set_table(ulonglong table_id,
TABLE*
table);
76 int remove_table(ulonglong table_id);
78 ulong count()
const {
return m_table_ids.records; }
93 entry *find_entry(ulonglong table_id)
95 return (
entry *) my_hash_search(&m_table_ids,