1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-21 13:40:58 +03:00

MCOL-837 - commented out check for FilesPerColumnPartition

This commit is contained in:
david hill
2017-09-13 10:50:33 -05:00
parent a6ae09dedb
commit d5a3cf1cf6

View File

@@ -2592,7 +2592,7 @@ int main(int argc, char *argv[])
//check 'files per parition' with number of dbroots
checkFilesPerPartion(DBRootCount, sysConfig);
//checkFilesPerPartion(DBRootCount, sysConfig);
//setup DBRM Controller
sysConfig->setConfig("DBRM_Controller", "NumWorkers", oam.itoa(DBRMworkernodeID));