memgraph/src/storage/locking
florijan ce3638b25e Prepare transactional engine for distributed
Summary:
The current idea is that the same MG binary can be used for single-node,
distributed master and distributed worker. The transactional engine in
the single-node and distributed master is the same: it determines the
transactional time and exposes all the "global" functionalities. In the
distributed worker the "global" functions must contact the master.

Reviewers: dgleich, mislav.bradac, buda

Reviewed By: dgleich

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1013
2017-12-01 09:17:44 +01:00
..
lock_status.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
record_lock.cpp Prepare transactional engine for distributed 2017-12-01 09:17:44 +01:00
record_lock.hpp Implement record lock deadlock breaker 2017-09-27 16:11:05 +02:00