memgraph/src
Marin Tomic 0930e8c457 Fix name uniqueness check in System.Spawn
Summary: Old code would start reactor thread first, and then try to insert it in unordered_map. If it failed to insert it, the thread handler would get destructed with thread still running, which raises an exception.

Reviewers: buda, mislav.bradac

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D956
2017-11-03 15:14:37 +01:00
..
communication Fix name uniqueness check in System.Spawn 2017-11-03 15:14:37 +01:00
data_structures RingBuffer - buffer on heap instead of stack 2017-11-02 12:07:23 +01:00
database Remove Dbms 2017-10-30 12:33:29 +01:00
durability Durability - snapshot summary refactor 2017-10-27 13:51:02 +02:00
io/network Revise reactors code 2017-10-25 15:36:18 +02:00
mvcc Removed one function from version_list 2017-10-17 11:21:56 +02:00
query POC - Typed value assignment for different types. 2017-11-02 14:21:22 +01:00
storage Const map/set iteration. 2017-10-12 16:35:39 +02:00
threading Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
transactions Transaction command_id type reduced from 8B to 2B 2017-10-25 10:42:57 +02:00
utils Add tests for string utils 2017-10-30 14:15:51 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Remove Dbms 2017-10-30 12:33:29 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00