~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
  bool using_global_keycache, opt_lock_memory, opt_follow_links;
408
408
  bool retry_repair, force_sort;
409
409
  char temp_filename[FN_REFLEN],*isam_file_name;
410
 
  MY_TMPDIR *tmpdir;
411
410
  int tmpfile_createflag;
412
411
  myf myf_rw;
413
412
  IO_CACHE read_cache;