mirror of https://gitee.com/bigwinds/arangodb
Update CHANGELOG with Max's changes for 2.3.1.
This commit is contained in:
parent
9fb53e28d9
commit
18869ee98e
12
CHANGELOG
12
CHANGELOG
|
@ -28,6 +28,18 @@ v2.3.1 (2014-11-28)
|
||||||
* prevent Foxx queues from permanently writing to the journal even when
|
* prevent Foxx queues from permanently writing to the journal even when
|
||||||
server is idle
|
server is idle
|
||||||
|
|
||||||
|
* fixed AQL COLLECT statement with INTO clause, which copied more variables
|
||||||
|
than v2.2 and thus lead to too much memory consumption.
|
||||||
|
This deals with #1107.
|
||||||
|
|
||||||
|
* fixed AQL COLLECT statement, this concerned every COLLECT statement,
|
||||||
|
only the first group had access to the values of the variables before
|
||||||
|
the COLLECT statement. This deals with #1127.
|
||||||
|
|
||||||
|
* fixed some AQL internals, where sometimes too many items were
|
||||||
|
fetched from upstream in the presence of a LIMIT clause. This should
|
||||||
|
generally improve performance.
|
||||||
|
|
||||||
|
|
||||||
v2.3.0 (2014-11-18)
|
v2.3.0 (2014-11-18)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Loading…
Reference in New Issue