~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Stewart Smith
  • Date: 2009-06-26 06:31:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1094.
  • Revision ID: stewart@flamingspork.com-20090626063126-1v7oa78uhlw9vhcu
remove HA_EXTRA_MMAP. only ever used by MyISAM for non-temp tables.

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;