~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
  void *wordlist, *wordptr;
343
343
  MEM_ROOT wordroot;
344
344
  unsigned char *record;
345
 
  MY_TMPDIR *tmpdir;
346
345
  int (*key_cmp)(struct st_mi_sort_param *, const void *, const void *);
347
346
  int (*key_read)(struct st_mi_sort_param *,void *);
348
347
  int (*key_write)(struct st_mi_sort_param *, const void *);