~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Brian Aker
  • Date: 2008-08-18 22:20:43 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818222043-et6zf93ogrgx1cz9
Refactoring table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  bool multi_byte_charset;
108
108
 
109
109
  filesort_info_st table_sort;
110
 
  TABLE_LIST *tab= table->pos_in_table_list;
 
110
  TableList *tab= table->pos_in_table_list;
111
111
  Item_subselect *subselect= tab ? tab->containing_subselect() : 0;
112
112
 
113
113
  DRIZZLE_FILESORT_START();