841
837
ulong get_form_pos(int file, unsigned char *head, TYPELIB *save_names);
842
838
void append_unescaped(String *res, const char *pos, uint32_t length);
845
841
bool check_column_name(const char *name);
847
842
bool check_table_name(const char *name, uint32_t length);
849
844
} /* namespace drizzled */
852
847
#include "drizzled/table/concurrent.h"
854
849
#endif /* DRIZZLED_TABLE_H */