~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2008-08-20 03:21:20 UTC
  • Revision ID: brian@tangent.org-20080820032120-lv3c5pu3owhex19j
flag cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  handler *clone(MEM_ROOT *mem_root);
38
38
  const char *table_type() const
39
39
  {
40
 
    return (table->in_use->variables.sql_mode & MODE_MYSQL323) ?
41
 
           "HEAP" : "MEMORY";
 
40
    return "MEMORY";
42
41
  }
43
42
  const char *index_type(uint inx)
44
43
  {