1
0
Fork 0
arangodb/arangod
Michael Hackstein efe451e8fc
Reinclude performance optimization of Return in Subquery (#8844)
* Removed template parameter from ReturnExecutor and enforce it to be passthrough

* Revert "Removed template parameter from ReturnExecutor and enforce it to be passthrough"
This was unfortunately going into the wrong direction.

This reverts commit 6a488ee1d97f519c7382ebf783e4217cdb403458.

* Create a new block with exactly 1 Register for a ReturnBlock that is supposed to be used as Subquery result

* Fixed register assertoin for return block optimization

* nished comment where i stop in the midlle of a sent
2019-04-25 09:37:57 +02:00
..
Actions Bug fix/move a few actions from js to cpp (#8549) 2019-03-26 10:02:21 +01:00
Agency Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
Aql Reinclude performance optimization of Return in Subquery (#8844) 2019-04-25 09:37:57 +02:00
Auth don't reveal information via logs or to JavaScript apps (#8763) 2019-04-15 19:10:03 +02:00
Cache apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
Cluster Abort el-cheapo transactions if servers fail (#8799) 2019-04-22 19:31:24 +02:00
ClusterEngine Improved audit logging (#8740) 2019-04-15 14:51:32 +02:00
GeneralServer Improved audit logging (#8740) 2019-04-15 14:51:32 +02:00
GeoIndex Bug fix/pregel stuff (#8733) 2019-04-11 15:58:28 +02:00
Graph clear traverser cache in-between (#8772) 2019-04-17 15:27:37 +02:00
IResearch issue 526.12: store analyzer definitions in a separate entry of the serialized link meta (#8832) 2019-04-24 12:15:20 +02:00
Indexes Bug fix/fix skip inaccessible (#8779) 2019-04-17 15:54:15 +02:00
InternalRestHandler big reformat 2018-12-26 00:54:03 +01:00
MMFiles Improved audit logging (#8740) 2019-04-15 14:51:32 +02:00
Pregel initialize member 2019-04-11 19:12:53 +02:00
Replication transaction manager tests (#8759) 2019-04-16 21:26:40 +02:00
RestHandler transaction manager tests (#8759) 2019-04-16 21:26:40 +02:00
RestServer issue 535.1: ensure recovery success if link recovery starts right at the previous marker (#8796) 2019-04-19 02:00:49 +03:00
RocksDBEngine Abort el-cheapo transactions if servers fail (#8799) 2019-04-22 19:31:24 +02:00
Scheduler Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
Sharding added db.<collection>.getResponsibleShard() (#8683) 2019-04-08 16:10:45 +02:00
Statistics Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
StorageEngine Abort el-cheapo transactions if servers fail (#8799) 2019-04-22 19:31:24 +02:00
Transaction issue 546.1: do not load analyzers in cluster for non-user requests (#8822) 2019-04-23 16:01:01 +02:00
Utils Auth-related tests for audit logging (#8790) 2019-04-18 10:45:41 +02:00
V8Server issue 526.9.1: implement swagger interface, add documentation (#8730) 2019-04-16 18:54:30 +03:00
VocBase Bug fix/fix skip inaccessible (#8779) 2019-04-17 15:54:15 +02:00
CMakeLists.txt Abort el-cheapo transactions if servers fail (#8799) 2019-04-22 19:31:24 +02:00
dbg.cmake