diff options
author | Daniel Black <daniel@mariadb.org> | 2021-02-25 15:46:32 +1100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-02-25 15:46:32 +1100 |
commit | ef96ec3b51998066790082f4028fec1c390ef36d (patch) | |
tree | ff391138238d6958b00223c486e73dc3804006c7 | |
parent | 36810342d51d9394f4739fac85618d44766aaeed (diff) | |
parent | 48b5f8a5444af05c460b6142b0574b789a4e7882 (diff) | |
download | mariadb-git-ef96ec3b51998066790082f4028fec1c390ef36d.tar.gz |
Merge branch '10.3' into 10.4
-rw-r--r-- | mysys/lf_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/lf_hash.c b/mysys/lf_hash.c index 668c73fbbfe..7e401a63194 100644 --- a/mysys/lf_hash.c +++ b/mysys/lf_hash.c @@ -87,7 +87,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; |