1
0
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:
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

@ -27,7 +27,7 @@
#ifdef _MSC_VER
#include <cstdio>
#endif
#include "config.h"
#include "mcsconfig.h"
#include "we_convertor.h"

View File

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