memgraph/src/transactions
Dominik Gleich f505c76189 Fix lock store bug.
Summary: Lock store was not locking properly. It created a lock object which was destructed in the end of function scope which caused bits to be set to UNLOCKED.

Reviewers: matej.gradicek, buda

Reviewed By: matej.gradicek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D154
2017-03-22 15:40:37 +01:00
..
commit_log.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
engine.hpp Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00
lock_store.hpp Fix lock store bug. 2017-03-22 15:40:37 +01:00
snapshot.cpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
snapshot.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
transaction_store.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
transaction.cpp Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00
transaction.hpp Refactor transaction inside db_accessor. Also introduce advance_command. 2017-03-07 09:42:04 +01:00