~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/filesort.cc

  • Committer: Brian Aker
  • Date: 2008-07-12 14:55:02 UTC
  • Revision ID: brian@tangent.org-20080712145502-yp3e3gkwun24f0mp
Removed dead FT bits. Small refactoring in sql_plugin.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
  param.ref_length= table->file->ref_length;
137
137
  param.addon_field= 0;
138
138
  param.addon_length= 0;
139
 
  if (!(table->file->ha_table_flags() & HA_FAST_KEY_READ) &&
140
 
      !table->fulltext_searched && !sort_positions)
 
139
  if (!(table->file->ha_table_flags() & HA_FAST_KEY_READ) && !sort_positions)
141
140
  {
142
141
    /* 
143
142
      Get the descriptors of all fields whose values are appended