memgraph/src/database/single_node
Matija Santl 4ec3f62f4e Move constraints to common
Summary:
Preparing unique constraint code to be implemented in HA. To do so, I'm
moving everything to `stograge/common/` folder. I also added a new header,
`gid.hpp` which does a `ifdef` include of the correct `gid.hpp` based on the
product.

Reviewers: ipaljak, mferencevic, vkasljevic, teon.banek

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2079
2019-05-23 16:36:14 +02:00
..
config.cpp Separate distributed from single node GraphDb 2018-10-05 13:32:05 +02:00
dump.cpp Remove unique from label-prop index 2019-05-23 12:39:41 +02:00
dump.hpp Dump indices in CypherDumpGenerator 2019-05-15 11:05:16 +02:00
exceptions.hpp Add multiple properties unique constraint 2019-05-20 15:18:05 +02:00
graph_db_accessor.cpp Remove unique from label-prop index 2019-05-23 12:39:41 +02:00
graph_db_accessor.hpp Move constraints to common 2019-05-23 16:36:14 +02:00
graph_db.cpp Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00
graph_db.hpp Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00