Skip to content

Commit

Permalink
mysys: lf_hash - fix l_search size_t keylen
Browse files Browse the repository at this point in the history
Correcting an incorrect merge from 10.2
  • Loading branch information
grooverdan committed Feb 25, 2021
1 parent 3e2afcb commit 48b5f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysys/lf_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ typedef struct {
1 - error (callbck returned 1)
*/
static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr,
const uchar *key, uint keylen, CURSOR *cursor, LF_PINS *pins,
const uchar *key, size_t keylen, CURSOR *cursor, LF_PINS *pins,
my_hash_walk_action callback)
{
uint32 cur_hashnr;
Expand Down

0 comments on commit 48b5f8a

Please sign in to comment.