mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Trivial post-merge fixes
This commit is contained in:
parent
eeb99f505d
commit
19a38fb186
1 changed files with 2 additions and 2 deletions
|
@ -241,8 +241,8 @@ uint _mi_pack_key(register MI_INFO *info, uint keynr, uchar *key, uchar *old,
|
|||
if (!(*key++= (char) 1-*old++)) /* Copy null marker */
|
||||
{
|
||||
k_length-=length;
|
||||
->flag & (HA_VAR_LENGTH_PART | HA_BLOB_PART))
|
||||
|
||||
if (keyseg->flag & (HA_VAR_LENGTH_PART | HA_BLOB_PART))
|
||||
{
|
||||
k_length-=2; /* Skip length */
|
||||
old+= 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue