~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Stewart Smith
  • Date: 2009-02-16 14:14:08 UTC
  • mto: This revision was merged to the branch mainline in revision 887.
  • Revision ID: stewart@flamingspork.com-20090216141408-uuhzpvpfxox2wxcu
remove an old type definition to do with query cache.

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 */