mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-4786 merge 10.0-monty -> 10.0
remove half-applied "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING"
This commit is contained in:
parent
23b4ccde8b
commit
62b658a405
9 changed files with 12 additions and 125 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue