memgraph/src/storage/v2
Marin Tomic fabfa77bd9 Fix CreateVertex function in storage v2
Summary:
We forgot to add the newly created vertex into `modified_vertices`
list.

Reviewers: teon.banek, mferencevic

Reviewed By: mferencevic

Differential Revision: https://phabricator.memgraph.io/D2153
2019-06-28 15:43:57 +02:00
..
commit_log.hpp Implement commit log for storage v2 2019-06-27 13:52:51 +02:00
delta.hpp Remove unnecessary constructors from storage v2 2019-06-28 14:43:35 +02:00
gid.hpp Initial version of storage v2 2019-06-27 10:52:38 +02:00
mvcc.hpp Initial version of storage v2 2019-06-27 10:52:38 +02:00
result.hpp Initial version of storage v2 2019-06-27 10:52:38 +02:00
storage.hpp Fix CreateVertex function in storage v2 2019-06-28 15:43:57 +02:00
transaction.hpp Remove unnecessary constructors from storage v2 2019-06-28 14:43:35 +02:00
vertex_accessor.hpp Initial version of storage v2 2019-06-27 10:52:38 +02:00
vertex.hpp Remove unnecessary constructors from storage v2 2019-06-28 14:43:35 +02:00
view.hpp Initial version of storage v2 2019-06-27 10:52:38 +02:00