1
0
Fork 0
Commit Graph

9436 Commits

Author SHA1 Message Date
jsteemann 8c0b89346a fixed docvec comparison 2016-05-04 13:16:56 +02:00
Jan Steemann 6489bd1364 fixed crashes 2016-05-04 12:38:44 +02:00
jsteemann 56312353c8 cleanup 2016-05-04 01:51:19 +02:00
jsteemann 9d865c7047 optimizations, bugfixes 2016-05-04 01:50:28 +02:00
jsteemann c0bdccfe94 fixed shutdown 2016-05-03 17:25:57 +02:00
Wilfried Goesgens 4fb12c91b1 Revalidate dispatcher pointer before accessing it and throw appropriate error message if not. 2016-05-03 16:56:50 +02:00
Michael Hackstein d79f4d1d10 UPSERT Block now forbids storing a key if the collection is not sharded by it. 2016-05-03 14:23:42 +02:00
Michael Hackstein 5367dec865 If there is an error in Modification Blocks the request for this document is now correctly skipped on single-doc case. 2016-05-03 13:48:28 +02:00
Michael Hackstein 63e34ab00a Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-03 13:04:55 +02:00
Michael Hackstein c4be4a56d7 Fixed a bug in AQL REPLACE 2016-05-03 12:51:01 +02:00
jsteemann 8c71cbb5c8 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-03 11:19:20 +02:00
jsteemann 95d1c093fd recursively resolved externals 2016-05-03 11:18:44 +02:00
Max Neunhoeffer a2b7bee49b Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-03 10:46:43 +02:00
Max Neunhoeffer 1c2790f8b6 Improve logging at agency initialization. 2016-05-03 10:46:29 +02:00
jsteemann eb788e1791 fixed tests 2016-05-03 10:42:17 +02:00
jsteemann e85470a692 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-03 10:07:24 +02:00
jsteemann ff21cb2da9 optimizations 2016-05-03 10:07:14 +02:00
Michael Hackstein 08f2cbb829 Replaced TRI_VOC_ATTRIBUTE_ID by static string 2016-05-03 09:23:51 +02:00
Michael Hackstein adb7c2cee2 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-03 09:23:22 +02:00
jsteemann db9e3d1360 optimizations 2016-05-03 00:43:39 +02:00
jsteemann 3fde96b422 use special functions for lookups 2016-05-02 23:06:44 +02:00
jsteemann d3604238e4 optimizations 2016-05-02 23:06:04 +02:00
Andreas Streichardt 36b3a50bb8 Remove current callback leftovers (dead anyway) 2016-05-02 18:46:27 +02:00
jsteemann 32411d515a renamed enum values 2016-05-02 18:25:08 +02:00
jsteemann 3fac4cdcf1 cppcheck 2016-05-02 18:11:06 +02:00
jsteemann 76b9393211 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-02 17:49:12 +02:00
Andreas Streichardt 276803718d Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-02 17:46:00 +02:00
Andreas Streichardt 0790b00737 hotfix for cluster startup 2016-05-02 17:45:39 +02:00
jsteemann b9324ea2a1 use VPackDumper 2016-05-02 17:32:53 +02:00
Michael Hackstein 1e9b3a7762 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-02 17:31:05 +02:00
Michael Hackstein faf547f002 V8Traverser now uses fast path in trx document. 2016-05-02 16:23:25 +02:00
jsteemann c1173f1076 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-02 15:50:49 +02:00
Michael Hackstein e0850c1313 Use a BuilderLeaser in VertexIdToData 2016-05-02 15:50:20 +02:00
jsteemann fefdd33574 use xxHash for hashing id strings 2016-05-02 15:46:04 +02:00
Michael Hackstein 5e4667969a AQL_EDGES now uses shortcut in trx->document 2016-05-02 15:43:17 +02:00
Max Neunhoeffer 6c9c0fca67 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-02 15:31:41 +02:00
Frank Celler 9b38d36020 fixed statistics 2016-05-02 15:16:31 +02:00
Max Neunhoeffer 3248d6d574 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-02 15:15:45 +02:00
Michael Hackstein c565c5d914 AQL_DOCUMENT now short circuites trx->document. 2016-05-02 14:35:51 +02:00
Michael Hackstein e42a3c0625 Added a short-circuit path to read a document within a transaction. This path can only get one document at a time and removes the overhead we have because of OperationResults. 2016-05-02 14:35:18 +02:00
Andreas Streichardt ae83410d40 Multithreading and V8 fixes 2016-05-02 14:18:23 +02:00
Michael Hackstein e98c9d1281 Repliced some string::split by find+substr combiniation. Is more efficient. 2016-05-02 14:17:54 +02:00
Andreas Streichardt 5d7b8acba0 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-02 14:00:50 +02:00
Andreas Streichardt 974ecdc208 Implement Current callback 2016-05-02 14:00:26 +02:00
Max Neunhoeffer b9e935b928 At bootstrap: Only leave maintenance mode if things are initialized. 2016-05-02 13:52:46 +02:00
Jan Steemann 4a8052e309 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-02 13:29:46 +02:00
Jan Steemann 2b0f3f7b57 change behavior of arithmetic operators, TO_STRING and TO_NUMBER 2016-05-02 13:29:29 +02:00
Andreas Streichardt b1d4a9d9d7 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-02 12:21:00 +02:00
Andreas Streichardt 18ea698038 Restructure code so that the installed versions are being returned by
the plan changer
2016-05-02 12:19:07 +02:00
jsteemann 124a485df1 fixed VALUES() 2016-05-02 11:40:32 +02:00