You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Remove windows ifdefs
This commit is contained in:
@ -24,13 +24,6 @@
|
||||
#error mcsconfig.h was included before idb_mysql.h
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <stdint.h>
|
||||
#if _MSC_VER >= 1800
|
||||
template <class T>
|
||||
bool isnan(T);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//#define INFINIDB_DEBUG
|
||||
//#define DEBUG_WALK_COND
|
||||
@ -41,14 +34,12 @@ bool isnan(T);
|
||||
#undef LOG_INFO
|
||||
|
||||
#ifdef _DEBUG
|
||||
#ifndef _MSC_VER
|
||||
#ifndef SAFE_MUTEX
|
||||
#define SAFE_MUTEX
|
||||
#endif
|
||||
#ifndef SAFEMALLOC
|
||||
#define SAFEMALLOC
|
||||
#endif
|
||||
#endif
|
||||
#ifndef ENABLED_DEBUG_SYNC
|
||||
#define ENABLED_DEBUG_SYNC
|
||||
#endif
|
||||
@ -62,13 +53,6 @@ bool isnan(T);
|
||||
#undef DBUG_ON
|
||||
#define DBUG_OFF 1
|
||||
#endif
|
||||
#ifdef _MSC_VER
|
||||
#define MYSQL_DYNAMIC_PLUGIN
|
||||
#define DONT_DEFINE_VOID
|
||||
#ifdef ETIMEDOUT
|
||||
#undef ETIMEDOUT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "sql_plugin.h"
|
||||
#include "sql_table.h"
|
||||
|
Reference in New Issue
Block a user