~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Brian Aker
  • Date: 2009-07-12 00:49:18 UTC
  • mfrom: (1063.9.51 brian-tmp-fix)
  • Revision ID: brian@gaz-20090712004918-chprmyj387ex6l8a
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
  info->file= table->file;
155
155
  info->forms= &info->table;            /* Only one table */
156
156
 
157
 
  if (table->s->tmp_table == NON_TRANSACTIONAL_TMP_TABLE &&
158
 
      !table->sort.addon_field)
159
 
    table->file->extra(HA_EXTRA_MMAP);
160
 
 
161
157
  if (table->sort.addon_field)
162
158
  {
163
159
    info->rec_buf= table->sort.addon_buf;