Merge durability and storage

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2803
This commit is contained in:
Matej Ferencevic
2020-07-24 18:26:36 +02:00
parent 4f9e9aeafe
commit 1513a455de
6 changed files with 406 additions and 447 deletions

View File

@@ -14,6 +14,7 @@
#include <thread>
#include "storage/v2/durability/paths.hpp"
#include "storage/v2/durability/snapshot.hpp"
#include "storage/v2/durability/version.hpp"
#include "storage/v2/storage.hpp"
#include "utils/file.hpp"