mirror of https://gitee.com/bigwinds/arangodb
fix duplicate entry
This commit is contained in:
parent
1a9ebff60a
commit
218bba8d7c
|
@ -46,13 +46,10 @@ devel
|
|||
Using these attributes for sharding was not supported before, but didn't trigger
|
||||
any errors. Instead, collections were created and silently using `_key` as
|
||||
the shard key, without making the caller aware of that an unsupported shard
|
||||
keys was used.
|
||||
key was used.
|
||||
|
||||
* DB server locking / unlocking for hot backup revisited and enhanced.
|
||||
|
||||
* Fixed unintended multiple unlock commands from coordinator to
|
||||
transaction locked db servers.
|
||||
|
||||
* Use execvp instead of execv in hotbackup restore.
|
||||
|
||||
* Re-enabled the AQL sort-limit optimization rule in conjunction with fullCount
|
||||
|
|
Loading…
Reference in New Issue