~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.h

  • Committer: Brian Aker
  • Date: 2010-04-20 18:36:10 UTC
  • mfrom: (1461.2.3 more-valgrind)
  • Revision ID: brian@gaz-20100420183610-qnhkalsqa892h8as
Merge Monty

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