Commit d22f8c45 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

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
parent 5bb8945a
......@@ -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
......
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