You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-26 05:02:32 +03:00
MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include "columnstoreversion.h"
|
||||
#include "IDBDataFile.h"
|
||||
#include "IDBPolicy.h"
|
||||
#include "processmonitor.h"
|
||||
@@ -110,18 +111,8 @@ MonitorConfig::MonitorConfig()
|
||||
// }
|
||||
|
||||
//get calpont software version and release
|
||||
SystemSoftware systemsoftware;
|
||||
|
||||
try
|
||||
{
|
||||
oam.getSystemSoftware(systemsoftware);
|
||||
|
||||
fsoftwareVersion = systemsoftware.Version;
|
||||
fsoftwareRelease = systemsoftware.Release;
|
||||
}
|
||||
catch (exception& e) {
|
||||
cout << endl << "ProcMon Construct Error reading getSystemSoftware = " << e.what() << endl;
|
||||
}
|
||||
fsoftwareVersion = columnstore_version;
|
||||
fsoftwareRelease = columnstore_release;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user