~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
  param.ref_length= table->cursor->ref_length;
142
142
  param.addon_field= 0;
143
143
  param.addon_length= 0;
144
 
  if (!(table->cursor->ha_table_flags() & HA_FAST_KEY_READ) && !sort_positions)
 
144
  if (!(table->cursor->getEngine()->check_flag(HTON_BIT_FAST_KEY_READ)) && !sort_positions)
145
145
  {
146
146
    /*
147
147
      Get the descriptors of all fields whose values are appended