1
0
Fork 0
arangodb/arangod
Jan a212f45a86 Bug fix/issues 2308 (#3117)
* remove API docs for endpoints that were deleted in 3.0

* remove unused variable

* set all scalar values in the ctor, so check tools do not complain

* move Result objects

* prevent potential nullptr access

* remove ambiguous boolean parameter with no clear meaning

* make code check tools happy

* don't allow copying cache Findings, allow moving Results

* the debug functionality for counting RocksDB key ranges was broken

this produced sporadic test failures

* remove superfluous iostream include

* fix range checks

* don't leak if an error happens during database removal

* try to simplify Result a bit

* try to deletion checks a bit more robust
2017-08-24 14:47:22 +02:00
..
Actions
Agency Bug fix/issues 1806 (#3069) 2017-08-18 22:58:09 +02:00
Aql Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
Cache Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
Cluster Feature/cluster id and extended health (#3046) 2017-08-18 11:13:23 +02:00
GeneralServer Bug fix/small issues 1608 (#3049) 2017-08-17 21:35:41 +02:00
Graph Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
Indexes fix fulltext index removal performance, simplified code (#3015) 2017-08-12 09:25:30 +02:00
InternalRestHandler
MMFiles Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
Pregel Bug fix/issues 1806 (#3069) 2017-08-18 22:58:09 +02:00
Replication Do not allow replication to create/drop collections (#2898) 2017-07-28 14:24:02 +02:00
Rest
RestHandler Fixing wrong response for DELETE _api/users/database (#3094) 2017-08-23 11:08:32 +02:00
RestServer Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
RocksDBEngine Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
Scheduler Bug fix/prevent multiple journals (#3027) 2017-08-15 23:02:08 +02:00
Statistics
StorageEngine a few simplifications and extensions (#3115) 2017-08-24 14:46:16 +02:00
Transaction fix fulltext index removal performance, simplified code (#3015) 2017-08-12 09:25:30 +02:00
Utils a few simplifications and extensions (#3115) 2017-08-24 14:46:16 +02:00
V8Server Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
Views
VocBase Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
CMakeLists.txt Feature/js to cpp transaction handler (#2985) 2017-08-11 09:29:34 +02:00
dbg.cmake