838
859
ulong get_form_pos(int file, unsigned char *head, TYPELIB *save_names);
839
860
void append_unescaped(String *res, const char *pos, uint32_t length);
842
863
bool check_column_name(const char *name);
844
865
bool check_table_name(const char *name, uint32_t length);
846
867
} /* namespace drizzled */
849
870
#include "drizzled/table/concurrent.h"
851
872
#endif /* DRIZZLED_TABLE_H */