You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Add support for building from server
This commit is contained in:
@@ -37,7 +37,7 @@ using namespace std;
|
||||
#include "boost/filesystem/operations.hpp"
|
||||
using namespace boost;
|
||||
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#include "installdir.h"
|
||||
|
||||
#include "configcpp.h"
|
||||
|
@@ -25,7 +25,7 @@
|
||||
* Author: Boby Paul: bpaul@calpont.com
|
||||
*/
|
||||
|
||||
#include "config.h" // Used to pickup STRERROR_R_CHAR_P definition
|
||||
#include "mcsconfig.h" // Used to pickup STRERROR_R_CHAR_P definition
|
||||
|
||||
#include <cstdlib>
|
||||
#include <csignal>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#ifdef _MSC_VER
|
||||
#include <cstdio>
|
||||
#endif
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
|
||||
#include "we_convertor.h"
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
// $Id: we_fileop.cpp 4737 2013-08-14 20:45:46Z bwilkinson $
|
||||
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@@ -43,7 +43,7 @@ using namespace std;
|
||||
#include <boost/thread.hpp>
|
||||
using namespace boost;
|
||||
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#include "configcpp.h"
|
||||
using namespace config;
|
||||
|
||||
|
Reference in New Issue
Block a user