summaryrefslogtreecommitdiff
path: root/sql/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/key.h')
-rw-r--r--sql/key.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/key.h b/sql/key.h
index de2b00a4773..c8b3ad997fb 100644
--- a/sql/key.h
+++ b/sql/key.h
@@ -33,8 +33,6 @@ void key_restore(uchar *to_record, uchar *from_key, KEY *key_info,
uint key_length);
bool key_cmp_if_same(TABLE *form,const uchar *key,uint index,uint key_length);
void key_unpack(String *to, TABLE *form, KEY *key);
-void field_unpack(String *to, Field *field, const uchar *rec, uint max_length,
- bool prefix_key);
bool is_key_used(TABLE *table, uint idx, const MY_BITMAP *fields);
int key_cmp(KEY_PART_INFO *key_part, const uchar *key, uint key_length);
ulong key_hashnr(KEY *key_info, uint used_key_parts, const uchar *key);