~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Lee Bieber
  • Date: 2010-11-03 21:56:30 UTC
  • mfrom: (1897.1.11 catalogs)
  • Revision ID: kalebral@gmail.com-20101103215630-s41qvjflz392ub5m
Merge Brian - refactor lex

Show diffs side-by-side

added added

removed removed

Lines of Context:
858
858
TYPELIB *convert_strings_to_array_type(char * *typelibs, char * *end);
859
859
TYPELIB *typelib(memory::Root *mem_root, List<String> &strings);
860
860
ulong get_form_pos(int file, unsigned char *head, TYPELIB *save_names);
861
 
ulong next_io_size(ulong pos);
862
861
void append_unescaped(String *res, const char *pos, uint32_t length);
863
862
 
864
863
int rename_file_ext(const char * from,const char * to,const char * ext);