From d22f8c459ff107018b6330959b8c454435f2827e Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Thu, 29 Aug 2019 18:33:58 +0200 Subject: [PATCH] MDEV-20432 : add MYSQL_PLUGIN_IMPORT Mroonga does not build on Windows due to log_10_int being used (indirectly) and n ot properly decorated with MYSQL_PLUGIN_IMPORT --- include/my_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/my_time.h b/include/my_time.h index 02e2b01efca..bad2b8bf4b0 100644 --- a/include/my_time.h +++ b/include/my_time.h @@ -27,7 +27,7 @@ C_MODE_START -extern ulonglong log_10_int[20]; +extern MYSQL_PLUGIN_IMPORT ulonglong log_10_int[20]; extern uchar days_in_month[]; #define MY_TIME_T_MAX LONG_MAX