~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort_info.h

  • Committer: Brian Aker
  • Date: 2011-04-29 16:12:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: brian@tangent.org-20110429161227-uba0tisioduoapwg
A couple of additional fixes for the IO Cache name,

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
class filesort_info
29
29
{
30
30
public:
31
 
  internal::st_io_cache *io_cache;           /* If sorted through filesort */
 
31
  internal::io_cache_st *io_cache;           /* If sorted through filesort */
32
32
  unsigned char     **sort_keys;        /* Buffer for sorting keys */
33
33
  unsigned char     *buffpek;           /* Buffer for buffpek structures */
34
34
  uint32_t      buffpek_len;        /* Max number of buffpeks in the buffer */