~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Monty Taylor
  • Date: 2009-03-24 18:05:25 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324180525-ok5metxsa5yor53k
First step of hton rename.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13458
13458
 
13459
13459
  free_io_cache(entry);                         // Safety
13460
13460
  entry->file->info(HA_STATUS_VARIABLE);
13461
 
  if (entry->s->db_type() == heap_hton ||
 
13461
  if (entry->s->db_type() == heap_engine ||
13462
13462
      (!entry->s->blob_fields &&
13463
13463
       ((ALIGN_SIZE(reclength) + HASH_OVERHEAD) * entry->file->stats.records <
13464
13464
        session->variables.sortbuff_size)))