Frank Celler
|
4c5d57f1b8
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
Jan Steemann
|
a9cddb824f
|
more usage of unique_ptrs
|
2015-03-20 00:05:32 +01:00 |
Jan Steemann
|
85308fa7f3
|
removed remainder of development mode
|
2015-03-19 10:33:31 +01:00 |
Jan Steemann
|
d91cc3e9b3
|
added more tests
|
2015-03-14 20:49:22 +01:00 |
Jan Steemann
|
ce0a543d25
|
added flag for disabling query tracking `--database.disable-query-tracking`
Conflicts:
arangod/RestServer/ArangoServer.cpp
Conflicts:
Documentation/Books/Users/ConfigureArango/Arangod.mdpp
arangod/RestServer/ArangoServer.cpp
|
2015-03-13 13:51:23 +01:00 |
Jan Steemann
|
f035ea1c3b
|
kill AQL queries
Conflicts:
arangod/Aql/ExecutionBlock.cpp
|
2015-03-12 15:00:14 +01:00 |
Jan Steemann
|
64d77cbe24
|
added query tracking feature
|
2015-03-12 13:02:13 +01:00 |
Jan Steemann
|
dd74c6ac87
|
execute read and write operations of different collections in the same AQL query in lockstep, and not sequentially
|
2015-02-05 18:27:10 +01:00 |
Max Neunhoeffer
|
a5728d6793
|
Get rid of unnecessary warning about _lockedShards.
|
2015-01-30 15:04:39 +01:00 |
Jan Steemann
|
b54dfae96f
|
removed several JSON functions
|
2015-01-13 01:31:04 +01:00 |
Jan Steemann
|
20e7fe7a7a
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
Willi Goesgens
|
1c4a72b106
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Jan Steemann
|
4ef82239a3
|
added optimizer statistics
|
2014-12-03 11:38:56 +01:00 |
Jan Steemann
|
12d326d62b
|
updated documentation and operators behavior
|
2014-11-10 18:05:11 +01:00 |
Jan Steemann
|
0d01e6c7b6
|
less verbose error messages
|
2014-11-07 11:16:25 +01:00 |
Jan Steemann
|
b0de1bb226
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
Willi Goesgens
|
bab1762ee9
|
Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context
|
2014-11-05 10:56:10 +01:00 |
Jan Steemann
|
e2cfa056c0
|
pass query warnings around in cluster
|
2014-11-01 16:36:58 +01:00 |
Jan Steemann
|
025d73ae03
|
re-added support for fullCount
|
2014-11-01 15:20:05 +01:00 |
Max Neunhoeffer
|
0044d7d1b0
|
Fix bug in AQL that abort() was called after commit() for trx.
|
2014-10-31 18:15:40 +01:00 |
Jan Steemann
|
4f68960ed7
|
removed Ahuacatl [skip ci]
|
2014-10-31 17:31:00 +01:00 |
Jan Steemann
|
83252851e6
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
Max Neunhoeffer
|
cfb26c8b0a
|
Fix instanciation order, for good???
|
2014-10-29 10:37:39 +01:00 |
Jan Steemann
|
0e27ccbfdb
|
jslintified tests
|
2014-10-28 15:59:38 +01:00 |
Willi Goesgens
|
5ed8816788
|
Remove Explain of cluster snippets
|
2014-10-27 16:10:13 +01:00 |
Willi Goesgens
|
03cbca59e4
|
Make errormessage sound more like normal language.
|
2014-10-27 15:38:09 +01:00 |
Willi Goesgens
|
91e04e3230
|
Implement outputting of splitted plans which are to be distributed to the db servers
|
2014-10-24 17:14:13 +02:00 |
Willi Goesgens
|
249b89aa09
|
- Add statistics under all circumstances (also if the status is "exhausted")
- return statistics in all cases (empty statistics in doubt)
|
2014-10-23 16:39:14 +02:00 |
Jan Steemann
|
db98158739
|
different error message
|
2014-10-23 14:43:25 +02:00 |
Jan Steemann
|
1dafc31f2d
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-22 19:06:03 +02:00 |
Jan Steemann
|
54a0f182e2
|
call shutdown using an errorCode
|
2014-10-22 19:01:56 +02:00 |
Willi Goesgens
|
9558f5aa0a
|
Implement passing of query statistics through cluster.
|
2014-10-22 17:36:23 +02:00 |
Jan Steemann
|
7f2373204a
|
fixed cloning of coordinator queries
|
2014-10-22 17:25:59 +02:00 |
Jan Steemann
|
3dc2f9b299
|
fixed test
|
2014-10-22 16:30:06 +02:00 |
Willi Goesgens
|
b3beff3053
|
Call shutdown() on execution abortion, so we don't leave trash behind on the cluster nodes.
|
2014-10-20 16:36:54 +02:00 |
Jan Steemann
|
10c9a54932
|
start transactions on coordinator
|
2014-10-20 15:39:55 +02:00 |
Jan Steemann
|
42c91307ec
|
handlescope
|
2014-10-17 15:56:03 +02:00 |
Jan Steemann
|
026fc2b83a
|
next attempt to fix v8 context handling
|
2014-10-17 15:47:39 +02:00 |
Max Neunhoeffer
|
de7c303c5d
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
Conflicts:
arangod/Aql/Query.cpp
|
2014-10-17 15:26:50 +02:00 |
Max Neunhoeffer
|
cb75b0b18a
|
Sort out transactions in cluster, part I.
|
2014-10-17 15:25:46 +02:00 |
Jan Steemann
|
ee614d6ebd
|
v8 context handling
|
2014-10-17 15:25:06 +02:00 |
Jan Steemann
|
2b68d83072
|
added enterContext and exitContext to Query
|
2014-10-17 12:01:50 +02:00 |
Jan Steemann
|
0aa02a696b
|
pass ApplicationV8 to queries
|
2014-10-17 10:35:02 +02:00 |
Max Neunhoeffer
|
83ebd46652
|
Tell AqlTransaction constructor if transaction is main or sub.
Only lock collections in AqlTransactions that are main ones.
|
2014-10-16 23:59:02 +02:00 |
Max Neunhoeffer
|
743d7d127a
|
Snapshot, does not compile, try to sort out transactions in AQL.
|
2014-10-16 16:41:32 +02:00 |
Jan Steemann
|
70c59a61fd
|
removed macro
|
2014-10-16 16:28:18 +02:00 |
Jan Steemann
|
dcb9427b6f
|
rewrote transaction contexts
|
2014-10-16 15:53:28 +02:00 |
Jan Steemann
|
6895ba9e27
|
fixed tests
|
2014-10-14 13:20:10 +02:00 |
James
|
10f7feeede
|
added comment to Query.cpp about comparison of serialised/deserialised plans.
|
2014-10-10 10:23:59 +01:00 |
Jan Steemann
|
c2f0265d7d
|
fixed optimizer rule remove-unnecessary-remote-scatter
|
2014-10-07 13:21:05 +02:00 |