Merge branch '10.3' into 10.4

This commit is contained in:
Daniel Black 2021-02-25 15:46:32 +11:00
commit ef96ec3b51

View File

@ -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;