Skip to content

Commit ef96ec3

Browse files
committed
Merge branch '10.3' into 10.4
2 parents 3681034 + 48b5f8a commit ef96ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysys/lf_hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ typedef struct {
8787
1 - error (callbck returned 1)
8888
*/
8989
static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr,
90-
const uchar *key, uint keylen, CURSOR *cursor, LF_PINS *pins,
90+
const uchar *key, size_t keylen, CURSOR *cursor, LF_PINS *pins,
9191
my_hash_walk_action callback)
9292
{
9393
uint32 cur_hashnr;

0 commit comments

Comments
 (0)