~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.h

  • Committer: Mark Atwood
  • Date: 2011-09-14 03:30:42 UTC
  • mfrom: (2409.2.6 refactor7)
  • Revision ID: me@mark.atwood.name-20110914033042-2u0s8foaigvf62g2
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
typedef struct st_heap_info HP_INFO;
26
26
typedef unsigned char *HEAP_PTR;
27
27
 
28
 
 
29
 
class ha_heap: public drizzled::Cursor
 
28
class ha_heap : public drizzled::Cursor
30
29
{
31
30
  HP_INFO *file;
32
31
  /* number of records changed since last statistics update */