1
0
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:
Roman Nozdrin
2020-05-14 08:45:44 +00:00
parent df70cf7131
commit 32d3e3f6a3
6 changed files with 9 additions and 292 deletions

View File

@ -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 = "-";