1
0
Fork 0

fixed typo

This commit is contained in:
jsteemann 2018-09-28 10:50:49 +02:00
parent e01babc345
commit 7d0920cbe7
1 changed files with 9 additions and 2 deletions

View File

@ -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`