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
Add support for building from server
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
// $Id: main.cpp 2101 2013-01-21 14:12:52Z rdempsey $
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <sys/types.h>
|
||||
|
@ -28,7 +28,7 @@ using namespace std;
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#include "dbbuilder.h"
|
||||
#include "systemcatalog.h"
|
||||
#include "liboamcpp.h"
|
||||
|
@ -9,7 +9,7 @@ using namespace std;
|
||||
using namespace boost;
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#endif
|
||||
|
||||
#include "socktype.h"
|
||||
|
@ -55,7 +55,7 @@ using namespace std;
|
||||
using namespace boost;
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#endif
|
||||
|
||||
#include "socktype.h"
|
||||
|
@ -22,7 +22,7 @@ using namespace std;
|
||||
using namespace boost;
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include "config.h"
|
||||
#include "mcsconfig.h"
|
||||
#endif
|
||||
|
||||
#include "exceptclasses.h"
|
||||
|
Reference in New Issue
Block a user