diff options
Diffstat (limited to 'myisam/mi_search.c')
-rw-r--r-- | myisam/mi_search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/mi_search.c b/myisam/mi_search.c index 812982082af..8fb35f3af65 100644 --- a/myisam/mi_search.c +++ b/myisam/mi_search.c @@ -716,6 +716,7 @@ int _mi_key_cmp(register MI_KEYSEG *keyseg, register uchar *a, { alength= *a++; blength= *b++; end=a+alength; + next_key_length=key_length-blength-1; } else { |