~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/hash.h

Merged from fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
/* Dynamic hashing of record with different key-length */
21
21
 
22
 
#ifndef DRIZZLED_HASH_H
23
 
#define DRIZZLED_HASH_H
 
22
#ifndef MYSYS_HASH_H
 
23
#define MYSYS_HASH_H
24
24
 
25
25
#include <mysys/my_sys.h>
26
26