1
0
Fork 0

fixed anchor (#2816)

This commit is contained in:
Frank Celler 2017-07-16 14:53:03 +02:00 committed by GitHub
parent a692577f5b
commit b0a958ae0c
3 changed files with 4 additions and 4 deletions

View File

@ -46,14 +46,14 @@ devel
* fix deletion of outdated WAL files in RocksDB engine
* make use of selectivity estimates in hash, skiplist and persistent indexes
* make use of selectivity estimates in hash, skiplist and persistent indexes
in RocksDB engine
* changed VM overcommit recommendation for user-friendliness
* fix a shutdown bug in the cluster: a destroyed query could still be active
* do not terminate the entire server process if a temp file cannot be created
* do not terminate the entire server process if a temp file cannot be created
(Windows only)
* fix log output in the front-end, it stopped in case of too many messages

View File

@ -9,7 +9,7 @@ Retrieves the list of all existing databases
**Note**: retrieving the list of databases is only possible from within the *_system* database.
**Note**: You should use the [*GET user API*](../UserManagement/README.md#list-the-databases-available-to-a-user) to fetch the list of the available databases now.
**Note**: You should use the [*GET user API*](../UserManagement/README.md#list-the-accessible-databases-for-a-user) to fetch the list of the available databases now.
@RESTRETURNCODES

View File

@ -296,7 +296,7 @@ users.remove(theUser);
<!-- ---------------------------------------------------------------------- -->
@startDocuBlock UserHandling_fetchDatabaseList
@brief List accessible databases for the specified user
@brief List the accessible databases for a user
@RESTHEADER{GET /_api/user/{user}/database/, List the accessible databases for a user}