~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_rectest.cc

Small fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Test if a record has changed since last read */
17
17
 
18
 
#include "heapdef.h"
 
18
#include "heap_priv.h"
19
19
 
20
20
int hp_rectest(register HP_INFO *info, register const unsigned char *old_record)
21
21
{