mirror of https://gitee.com/bigwinds/arangodb
fixed typo
This commit is contained in:
parent
e01babc345
commit
7d0920cbe7
11
CHANGELOG
11
CHANGELOG
|
@ -46,10 +46,17 @@ v3.4.0-rc.2 (XXXX-XX-XX)
|
|||
that fixes range deletions (used internally in ArangoDB when dropping or truncating
|
||||
collections)
|
||||
|
||||
The non-working range deletes could have triggered errors such as `
|
||||
deletion check in index drop failed - not all documents in the index have been deleted.`
|
||||
The non-working range deletes could have triggered errors such as
|
||||
`deletion check in index drop failed - not all documents in the index have been deleted.`
|
||||
when dropping or truncating collections
|
||||
|
||||
* improve error messages in Windows installer
|
||||
|
||||
* allow retrying installation in Windows installer in case an existing database is still
|
||||
running and needs to be manually shut down before continuing with the installation
|
||||
|
||||
* fix database backup functionality in Windows installer
|
||||
|
||||
* fixed memory leak in `/_api/batch` REST handler
|
||||
|
||||
* `db._profileQuery()` now also tracks operations triggered when using `LIMIT`
|
||||
|
|
Loading…
Reference in New Issue