1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-307 Need path to we_redistributedef.h. The path isn't in everyone's include path

This commit is contained in:
David Hall
2016-12-01 11:55:09 -06:00
parent d4d9be607f
commit fbb02f5fbd

View File

@@ -35,7 +35,7 @@ extern int h_errno;
#include "dbrm.h"
#include "messagequeue.h"
#include "we_messages.h"
#include "we_redistributedef.h"
#include "../../writeengine/redistribute/we_redistributedef.h"
#include "we_config.h" // for findObjectFile
#include "we_fileop.h" // for findObjectFile
namespace fs = boost::filesystem;
@@ -4728,7 +4728,6 @@ int processCommand(string* arguments)
string ipAddr = (*pt1).IPAddr;
string hostname = (*pt1).HostName;
string nicID = oam.itoa((*pt1).NicID);
int state;
if ( nicID != "1" ) {
cout.width(48);