mirror of https://gitee.com/bigwinds/arangodb
fixed anchor (#2816)
This commit is contained in:
parent
a692577f5b
commit
b0a958ae0c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue