~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_rkey.cc

Merged remove-dead-find_field_in_table_sef into remove-dead-Item-save_in_field_no_warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include <string.h>
19
19
 
 
20
using namespace drizzled;
 
21
 
20
22
int heap_rkey(HP_INFO *info, unsigned char *record, int inx, const unsigned char *key,
21
23
              key_part_map keypart_map, enum ha_rkey_function find_flag)
22
24
{