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
Revert blind config read patch
This commit is contained in:
@ -28,8 +28,6 @@
|
||||
#include <unordered_map>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
#include <utils/json/json.hpp>
|
||||
|
||||
namespace storagemanager
|
||||
{
|
||||
struct metadataObject
|
||||
@ -112,7 +110,7 @@ class MetadataFile
|
||||
|
||||
static void printKPIs();
|
||||
|
||||
typedef boost::shared_ptr<nlohmann::json> Jsontree_t;
|
||||
typedef boost::shared_ptr<boost::property_tree::ptree> Jsontree_t;
|
||||
|
||||
private:
|
||||
MetadataConfig* mpConfig;
|
||||
|
Reference in New Issue
Block a user