~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to drizzled/key.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
void key_unpack(String *to,Table *form,uint32_t index);
97
97
bool is_key_used(Table *table, uint32_t idx, const MyBitmap *fields);
98
98
int key_cmp(KEY_PART_INFO *key_part, const unsigned char *key, uint32_t key_length);
99
 
extern "C" int key_rec_cmp(void *key_info, unsigned char *a, unsigned char *b);
100
99
 
101
100
} /* namespace drizzled */
102
101