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
|
Using these attributes for sharding was not supported before, but didn't trigger
|
||||||
any errors. Instead, collections were created and silently using `_key` as
|
any errors. Instead, collections were created and silently using `_key` as
|
||||||
the shard key, without making the caller aware of that an unsupported shard
|
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.
|
* 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.
|
* Use execvp instead of execv in hotbackup restore.
|
||||||
|
|
||||||
* Re-enabled the AQL sort-limit optimization rule in conjunction with fullCount
|
* Re-enabled the AQL sort-limit optimization rule in conjunction with fullCount
|
||||||
|
|
Loading…
Reference in New Issue