~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_info.cc

  • Committer: Brian Aker
  • Date: 2010-05-27 01:25:56 UTC
  • mfrom: (1567.1.4 new-staging)
  • Revision ID: brian@gaz-20100527012556-5zgkirkl7swbigd6
Merge of Brian, Paul. PBXT compile issue, and test framework cleanup. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Returns info about database status */
17
17
 
18
 
#include "heapdef.h"
19
 
 
20
 
 
21
 
uchar *heap_position(HP_INFO *info)
 
18
#include "heap_priv.h"
 
19
 
 
20
 
 
21
unsigned char *heap_position(HP_INFO *info)
22
22
{
23
23
  return ((info->update & HA_STATE_AKTIV) ? info->current_ptr :
24
24
          (HEAP_PTR) 0);