~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_extra.cc

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* - Set databasehandler to normal */
19
19
/* - Reset recordpointers as after open database */
20
20
 
21
 
#include "heapdef.h"
 
21
#include "heap_priv.h"
22
22
 
23
23
static void heap_extra_keyflag(register HP_INFO *info,
24
24
                               enum ha_extra_function function);