~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_hash.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <mystrings/m_ctype.h>
21
21
#include <drizzled/util/test.h>
22
22
 
 
23
#include <math.h>
23
24
#include <string.h>
 
25
 
 
26
#include <cassert>
 
27
 
24
28
static uint32_t hp_hashnr(register HP_KEYDEF *keydef, register const unsigned char *key);
25
29
static int hp_key_cmp(HP_KEYDEF *keydef, const unsigned char *rec, const unsigned char *key);
26
30