~brianaker/drizzle/bug786515-trunk

« back to all changes in this revision

Viewing changes to drizzled/filesort_info.h

  • Committer: Mark Atwood
  • Date: 2011-04-29 17:30:52 UTC
  • mfrom: (2296.1.2 local-fix)
  • Revision ID: me@mark.atwood.name-20110429173052-3hg0h8rxphrasm0s
mergeĀ ~brianaker/drizzle/iocached-rename

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