~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_sort.h

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  uint res_length;          /* Length of records in final sorted file/buffer */
65
65
  uint keys;                            /* Max keys / buffer */
66
66
  ha_rows max_rows,examined_rows;
67
 
  TABLE *sort_form;                     /* For quicker make_sortkey */
 
67
  Table *sort_form;                     /* For quicker make_sortkey */
68
68
  SORT_FIELD *local_sortorder;
69
69
  SORT_FIELD *end;
70
70
  SORT_ADDON_FIELD *addon_field; /* Descriptors for companion fields */