~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 20:05:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2347.
  • Revision ID: olafvdspek@gmail.com-20110622200558-oq3jb987di9yj70r
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
791
791
int get_quick_record(optimizer::SqlSelect *select);
792
792
 
793
793
void find_date(char *pos,uint32_t *vek,uint32_t flag);
794
 
TYPELIB *convert_strings_to_array_type(char * *typelibs, char * *end);
795
 
TYPELIB *typelib(memory::Root *mem_root, List<String> &strings);
 
794
TYPELIB* convert_strings_to_array_type(char** typelibs, char** end);
 
795
TYPELIB* typelib(memory::Root&, List<String>&);
796
796
ulong get_form_pos(int file, unsigned char *head, TYPELIB *save_names);
797
797
void append_unescaped(String *res, const char *pos, uint32_t length);
798
798