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