mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
Fix build on Windows
This commit is contained in:
@ -22,6 +22,10 @@
|
||||
#define __attribute__(A)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
static volatile int ncalls; /* for SHOW STATUS, see below */
|
||||
static volatile int ncalls_general_log;
|
||||
static volatile int ncalls_general_error;
|
||||
|
Reference in New Issue
Block a user