~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: monty
  • Date: 2009-02-04 23:07:22 UTC
  • mfrom: (779.3.54 devel)
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: monty@piggy.tangent.org-20090204230722-6lzqeyysgfhare65
MergedĀ fromĀ me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
TYPELIB *convert_strings_to_array_type(char * *typelibs, char * *end);
297
297
TYPELIB *typelib(MEM_ROOT *mem_root, List<String> &strings);
298
298
ulong get_form_pos(File file, unsigned char *head, TYPELIB *save_names);
299
 
uint64_t make_new_entry(File file,unsigned char *fileinfo,TYPELIB *formnames,
300
 
                        const char *newname);
 
299
ulong make_new_entry(File file,unsigned char *fileinfo,TYPELIB *formnames,
 
300
                     const char *newname);
301
301
ulong next_io_size(ulong pos);
302
302
void append_unescaped(String *res, const char *pos, uint32_t length);
303
303
int create_frm(Session *session, const char *name, const char *db, const char *table,