You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Builds!
This commit is contained in:
@ -33,13 +33,15 @@ template <class T> bool isnan(T);
|
||||
|
||||
#undef LOG_INFO
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _DEBUG
|
||||
#define SAFEMALLOC
|
||||
#define DBUG_ON 1
|
||||
#undef DBUG_OFF
|
||||
#else
|
||||
#define DBUG_OFF 1
|
||||
#undef DBUG_ON
|
||||
#endif
|
||||
#ifdef _MSC_VER
|
||||
#define MYSQL_DYNAMIC_PLUGIN
|
||||
#define DONT_DEFINE_VOID
|
||||
#ifdef ETIMEDOUT
|
||||
|
Reference in New Issue
Block a user