~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.h

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  unsigned char *cache_pos;
52
52
  unsigned char *cache_end;
53
53
  unsigned char *read_positions;
54
 
  internal::IO_CACHE *io_cache;
 
54
  internal::io_cache_st *io_cache;
55
55
  bool print_error;
56
56
  bool ignore_not_found_rows;
57
57
  JoinTable *do_insideout_scan;