1
0
Fork 0
arangodb/arangod
Jan 5165155ed1 Bug fix/fixes 0609 (#3227)
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available

* additionally, simplify AQL function definitions and aliases

* warn when more than 90% of max mappings are in use

* added C++ variant of replication catchup

* added `--log.role` option

* updated CHANGELOG

* removed non-existing scheduler.threads option from config

* removed useless __FILE__, __LINE__ invocations

* updated CHANGELOG

* allow a priority V8 context

* remove TRI_CORE_MEM_ZONE

* try to fix Windows errors & warnings

* cleanup

* removed memory zones altogether

* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
..
Actions
Agency Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Aql Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Cache Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Cluster Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
GeneralServer Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Graph fix compilation in non-maintainer-mode 2017-09-08 09:42:55 +02:00
Indexes Feature/unique vpack index lookup performance improvements with rocksdbkey optimizations (#3123) 2017-08-31 20:00:05 +02:00
InternalRestHandler
MMFiles Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Pregel Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Replication Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Rest
RestHandler Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RestServer Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RocksDBEngine Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Scheduler Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Statistics
StorageEngine Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Transaction Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Utils No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
V8Server Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Views Made LoggerView log to VIEWS topic and fixed level bug. 2017-05-28 18:24:51 -04:00
VocBase Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
CMakeLists.txt No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
dbg.cmake