1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-12 11:01:17 +03:00

Cleaned up the diff vs S3-project.

This commit is contained in:
Patrick LeBlanc
2019-06-12 10:00:11 -05:00
parent 4ae09352d2
commit 366cd406ba
8 changed files with 11 additions and 47 deletions

View File

@@ -313,7 +313,7 @@ int main (int argc, char** argv)
pthread_t cpuMonitorThread;
pthread_create (&cpuMonitorThread, NULL, (void* (*)(void*)) &cpuMonitor, NULL);
//Launch Disk Monitor Thread
//Launch Disk Monitor Thread if it's not a storagemanager cluster
config::Config *_config = config::Config::makeConfig();
string storageType = _config->getConfig("Installation", "DBRootStorageType");
if (storageType != "storagemanager")