1
0
Fork 0
arangodb/lib/Utilities
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
..
Completer.h updated cleanupCFiles 2016-04-23 16:34:57 -07:00
LineEditor.cpp wrote tests for shell return codes 2016-11-21 11:34:49 +01:00
LineEditor.h wrote tests for shell return codes 2016-11-21 11:34:49 +01:00
LinenoiseShell.cpp wrote tests for shell return codes 2016-11-21 11:34:49 +01:00
LinenoiseShell.h wrote tests for shell return codes 2016-11-21 11:34:49 +01:00
ScriptLoader.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
ScriptLoader.h updated cleanupCFiles 2016-04-23 16:34:57 -07:00
ShellBase.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
ShellBase.h wrote tests for shell return codes 2016-11-21 11:34:49 +01:00
clock_gettime.cpp fixed clock_gettime under MacOS X 2016-09-26 14:55:10 +02:00