17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
20
#ifndef DRIZZLED_SQL_BASE_H
23
21
#define DRIZZLED_SQL_BASE_H
25
24
#include <drizzled/table.h>
34
27
class Name_resolution_context;
36
29
void table_cache_free(void);
37
30
bool table_cache_init(void);
38
32
uint32_t cached_open_tables(void);
39
33
uint32_t cached_table_definitions(void);
46
38
void set_item_name(Item *item,char *pos,uint32_t length);