~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2009-02-17 01:24:03 UTC
  • mfrom: (869.1.11 nofrm)
  • Revision ID: brian@tangent.org-20090217012403-0jk7cjdvq0oms0h9
Merge from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
                        const unsigned char *record, my_off_t pos);
192
192
  size_t (*file_read)(MI_INFO *, unsigned char *, size_t, my_off_t, myf);
193
193
  size_t (*file_write)(MI_INFO *, const unsigned char *, size_t, my_off_t, myf);
194
 
  invalidator_by_filename invalidator;  /* query cache invalidator */
195
194
  ulong this_process;                   /* processid */
196
195
  ulong last_process;                   /* For table-change-check */
197
196
  ulong last_version;                   /* Version on start */
257
256
  uint32_t  int_nod_flag;                       /*  -""-  */
258
257
  uint32_t int_keytree_version;         /*  -""-  */
259
258
  int (*read_record)(struct st_myisam_info*, my_off_t, unsigned char*);
260
 
  invalidator_by_filename invalidator;  /* query cache invalidator */
261
259
  ulong this_unique;                    /* uniq filenumber or thread */
262
260
  ulong last_unique;                    /* last unique number */
263
261
  ulong this_loop;                      /* counter for this open */