Skip to content

Commit 40d79d8

Browse files
committed
Merge branch 'mysql-5.7' into mysql-8.0
2 parents cf4b1dd + 176fde0 commit 40d79d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/lf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ typedef void lf_hash_init_func(uchar *dst, const uchar *src);
164164
#define MY_LF_ERRPTR ((void *)(intptr)1)
165165

166166
/* lf_hash overhead per element (that is, sizeof(LF_SLIST) */
167-
extern const int LF_HASH_OVERHEAD;
167+
extern MYSQL_PLUGIN_IMPORT const int LF_HASH_OVERHEAD;
168168

169169
/**
170170
Callback for extracting key and key length from user data in a LF_HASH.

0 commit comments

Comments
 (0)