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
MCOL-3991 MCS doesn't build mcsAdmin anymore.
Removed MDB network port check from postConfigure.
This commit is contained in:
@ -63,7 +63,6 @@
|
||||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
||||
|
||||
#include <readline.h>
|
||||
#include <readline/history.h>
|
||||
#include <boost/property_tree/ini_parser.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
@ -140,7 +139,6 @@ int main(int argc, char* argv[])
|
||||
|
||||
//check if dbrm data resides in older directory path and inform user if it does
|
||||
dbrmDirCheck();
|
||||
checkMysqlPort(mysqlPort);
|
||||
|
||||
if (numBlocksPctParam.empty()) {
|
||||
numBlocksPctParam = "-";
|
||||
|
Reference in New Issue
Block a user