1
0
Fork 0
arangodb/arangod
jsteemann c3fc7e1aa7 don't lock in destructor
we have a global instance of the query cache and its destruction is
called during static deinitialization after main. if we use locks in
the dtor then we will use locks during static deinitialization (which
is fine in general, but prevents us from tracking the lock usage by
threads using thread-local storage)
2016-01-29 01:12:59 +01:00
..
Actions moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
ApplicationServer changed directory name pattern for collections 2016-01-27 18:53:16 +01:00
Aql don't lock in destructor 2016-01-29 01:12:59 +01:00
Cluster Preparation for multi-direction traversals. As requested in #1683. Internal traverser can now work with one direction per collection. Next: AQL needs to learn this too. 2016-01-28 14:07:50 +01:00
Dispatcher moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
FulltextIndex clang-format 2016-01-27 13:43:46 +01:00
GeoIndex clang-format 2016-01-27 13:43:46 +01:00
HttpServer moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
IndexOperators clang-format 2016-01-27 13:43:46 +01:00
Indexes simplify code 2016-01-29 00:11:24 +01:00
Replication another log message 2016-01-28 13:31:43 +01:00
Rest clang-format 2016-01-27 13:43:46 +01:00
RestHandler fixed crash 2016-01-28 20:00:22 +01:00
RestServer moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
Scheduler moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
Statistics moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
Storage clang-format 2016-01-27 13:43:46 +01:00
Utils moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
V8Server removed hint about "normal mode" as there is only a normal mode nowadays 2016-01-29 00:50:51 +01:00
VocBase Preparation for multi-direction traversals. As requested in #1683. Internal traverser can now work with one direction per collection. Next: AQL needs to learn this too. 2016-01-28 14:07:50 +01:00
Wal Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-01-27 18:53:29 +01:00
CMakeLists.txt compaction fix attempt II 2016-01-18 18:24:25 +01:00
Makefile.files compaction fix attempt II 2016-01-18 18:24:25 +01:00