1
0
Fork 0

fix duplicate entry

This commit is contained in:
jsteemann 2019-11-05 13:27:05 +01:00
parent 1a9ebff60a
commit 218bba8d7c
1 changed files with 1 additions and 4 deletions

View File

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