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);
101
100
} /* namespace drizzled */