We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf4b1dd + 176fde0 commit 40d79d8Copy full SHA for 40d79d8
include/lf.h
@@ -164,7 +164,7 @@ typedef void lf_hash_init_func(uchar *dst, const uchar *src);
164
#define MY_LF_ERRPTR ((void *)(intptr)1)
165
166
/* lf_hash overhead per element (that is, sizeof(LF_SLIST) */
167
-extern const int LF_HASH_OVERHEAD;
+extern MYSQL_PLUGIN_IMPORT const int LF_HASH_OVERHEAD;
168
169
/**
170
Callback for extracting key and key length from user data in a LF_HASH.
0 commit comments