~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/uniques.cc

  • 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:
570
570
}
571
571
 
572
572
/*
573
 
  Modify the TABLE element so that when one calls init_records()
 
573
  Modify the Table element so that when one calls init_records()
574
574
  the rows will be read in priority order.
575
575
*/
576
576
 
577
 
bool Unique::get(TABLE *table)
 
577
bool Unique::get(Table *table)
578
578
{
579
579
  SORTPARAM sort_param;
580
580
  table->sort.found_records=elements+tree.elements_in_tree;