1
0
Fork 0
arangodb/arangod/Transaction
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
..
Context.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Context.h fix fulltext index removal performance, simplified code (#3015) 2017-08-12 09:25:30 +02:00
ContextData.h create engine-specific transaction context data 2017-02-27 17:05:30 +01:00
Helpers.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
Helpers.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
Hints.h No access collections (#3088) 2017-08-25 13:59:03 +02:00
Methods.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Methods.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Options.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
Options.h No access collections (#3088) 2017-08-25 13:59:03 +02:00
StandaloneContext.cpp renaming 2017-02-27 14:38:27 +01:00
StandaloneContext.h renaming 2017-02-27 14:38:27 +01:00
Status.h moved transaction status into its own file 2017-02-13 17:28:02 +01:00
UserTransaction.h added tests for intermediate commits 2017-05-30 12:03:58 +02:00
V8Context.cpp honor transaction options 2017-06-01 02:01:33 +02:00
V8Context.h honor transaction options 2017-06-01 02:01:33 +02:00