memgraph/src/storage
Dominik Gleich cac422f6a8 Fix conditional wait.
Summary: It could happen that the garbage collector waits for the sleep period before exiting thread since notify_one wasn't done after mutex locking.

Reviewers: mislav.bradac

Reviewed By: mislav.bradac

Differential Revision: https://phabricator.memgraph.io/D206
2017-03-30 13:26:08 +02:00
..
garbage clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
locking clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
writer clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
edge_accessor.cpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00
edge_accessor.hpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00
edge.hpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00
garbage_collector.hpp Fix conditional wait. 2017-03-30 13:26:08 +02:00
property_value_store.hpp Query::Plan - Set logical ops implementation and testing. PropertyValueStore set() overriden to handle Null values as a removal instead of setting them. PropertyValueStore.clear() function added. 2017-03-29 08:51:12 +02:00
property_value_utils.hpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
property_value.cpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
property_value.hpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
record_accessor.cpp Split bolt encoder into two. 2017-03-30 09:59:47 +02:00
record_accessor.hpp Split bolt encoder into two. 2017-03-30 09:59:47 +02:00
unique_object_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
util.hpp Query - Logical - Delete op added and tested. Minor refactors. 2017-03-27 14:57:44 +02:00
vertex_accessor.cpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00
vertex_accessor.hpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00
vertex.hpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00