Commit 48b5f8a5 authored by Daniel Black's avatar Daniel Black

mysys: lf_hash - fix l_search size_t keylen

Correcting an incorrect merge from 10.2
parent 3e2afcb3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment