~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
  unsigned char **sort_keys;
343
343
  unsigned char *rec_buff;
344
344
  void *wordlist, *wordptr;
345
 
  MEM_ROOT wordroot;
 
345
  drizzled::memory::Root wordroot;
346
346
  unsigned char *record;
347
347
  int (*key_cmp)(struct st_mi_sort_param *, const void *, const void *);
348
348
  int (*key_read)(struct st_mi_sort_param *,void *);