1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00
This commit is contained in:
Sergei Golubchik
2016-06-03 19:54:24 +03:00
parent 91a0629d15
commit 23f8cb50b9
13 changed files with 76 additions and 45 deletions

View File

@ -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