1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Add support for building from server

This commit is contained in:
Andrew Hutchings
2019-11-25 16:47:45 +00:00
parent 27ec629ace
commit a8cd34f86d
40 changed files with 125 additions and 227 deletions

View File

@ -29,7 +29,7 @@
#include <netdb.h>
#include <readline/readline.h>
#include "config.h"
#include "mcsconfig.h"
#include "liboamcpp.h"
#include "configcpp.h"
#include "installdir.h"

View File

@ -33,7 +33,7 @@ extern int h_errno;
#include <boost/scoped_ptr.hpp>
#include <boost/tokenizer.hpp>
#include "config.h"
#include "mcsconfig.h"
#include "sessionmanager.h"
#include "dbrm.h"
#include "messagequeue.h"

View File

@ -25,7 +25,7 @@
#include <readline/readline.h>
#include "config.h"
#include "mcsconfig.h"
#include "configcpp.h"
using namespace config;

View File

@ -47,7 +47,7 @@
#include <netdb.h>
#include <sys/sysinfo.h>
#include "config.h"
#include "mcsconfig.h"
#include "liboamcpp.h"
#include "configcpp.h"

View File

@ -51,7 +51,7 @@
#include <boost/regex.hpp>
#include "liboamcpp.h"
#include "installdir.h"
#include "config.h"
#include "mcsconfig.h"
using namespace std;
using namespace oam;

View File

@ -68,7 +68,7 @@
#include <boost/filesystem/path.hpp>
#include <boost/tokenizer.hpp>
#include "config.h"
#include "mcsconfig.h"
#include "columnstoreversion.h"
#include "liboamcpp.h"
#include "configcpp.h"