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
This commit is contained in:
Vladislav Vaintroub 2019-08-29 18:33:58 +02:00
parent 5bb8945a3a
commit d22f8c459f

View file

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