mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue