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:
parent
5bb8945a3a
commit
d22f8c459f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user