7b3d298741
Summary: If there was no plan caching, the CachedPlan would not survive `Interpreter::operator()`, as it was not owned by the `Interpreter::Result`. If there was caching, it could hapen that the cache got invalidated while that plan was being interpreted (by another thread) without that interpretation retaining ownership. Also simplified code around this. Reviewers: mislav.bradac, teon.banek Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1084 |
||
---|---|---|
.. | ||
communication | ||
data_structures | ||
database | ||
distributed | ||
durability | ||
io/network | ||
mvcc | ||
query | ||
storage | ||
threading | ||
transactions | ||
utils | ||
CMakeLists.txt | ||
config.hpp | ||
memgraph_bolt.cpp | ||
version.hpp.in |