1
0
Fork 0
arangodb/arangod
Jan f38ba7c84d fix invalid results (too many) when a skipping LIMIT was used for a traversal (#2603)
`LIMIT x` or `LIMIT 0, x` were not affected, but `LIMIT s, x` may have returned too many results
2017-06-19 17:34:47 +02:00
..
Actions
Agency added request-source (#2599) 2017-06-18 22:56:05 +02:00
Aql fix invalid results (too many) when a skipping LIMIT was used for a traversal (#2603) 2017-06-19 17:34:47 +02:00
Cache Augmented cache API and fixed a potential deadlock scenario. (#2579) 2017-06-19 17:28:04 +02:00
Cluster added request-source (#2599) 2017-06-18 22:56:05 +02:00
GeneralServer fix races in SSL communication (#2591) 2017-06-19 17:30:14 +02:00
Graph Augmented cache API and fixed a potential deadlock scenario. (#2579) 2017-06-19 17:28:04 +02:00
Indexes only use one dash in error message 2017-06-07 00:30:49 +02:00
InternalRestHandler
MMFiles fail with exception and not with undefined behavior when the expected primary index is not there! (#2590) 2017-06-18 22:48:15 +02:00
Pregel Added assert(false) to force coredump in jenkins 2017-06-07 17:44:52 +02:00
Replication Try to handle another shutdown hanger. 2017-06-09 00:42:31 +02:00
Rest
RestHandler Improved RocksDB engine statistics with docs and rest endpoint (#2598) 2017-06-18 22:55:25 +02:00
RestServer fix locking of JWT cache (#2570) 2017-06-16 09:43:16 +02:00
RocksDBEngine Augmented cache API and fixed a potential deadlock scenario. (#2579) 2017-06-19 17:28:04 +02:00
Scheduler fix races in SSL communication (#2591) 2017-06-19 17:30:14 +02:00
Statistics
StorageEngine Changed several index/collection APIs to provide better context messages. 2017-06-06 12:27:08 -04:00
Transaction Fix behaviour of synchronous replication in dropFollower case. 2017-06-09 13:06:02 +02:00
Utils optimized all index iterator 2017-05-31 11:34:32 +02:00
V8Server refactor handling of V8 contexts and care more about exceptions (#2546) 2017-06-16 09:41:41 +02:00
Views Made LoggerView log to VIEWS topic and fixed level bug. 2017-05-28 18:24:51 -04:00
VocBase fix locking of JWT cache (#2570) 2017-06-16 09:43:16 +02:00
CMakeLists.txt Revert "Squashed commit of the following:" 2017-06-01 18:37:45 +02:00
dbg.cmake