mirror of https://gitee.com/bigwinds/arangodb
Fixed another cluster indexes bug.
This commit is contained in:
parent
32c159f352
commit
19cfa3429c
|
@ -1656,7 +1656,7 @@ int ClusterInfo::ensureIndexCoordinator(
|
|||
{
|
||||
// Copy over all elements in slice.
|
||||
VPackObjectBuilder b(&resultBuilder);
|
||||
for (auto const& entry : VPackObjectIterator(slice)) {
|
||||
for (auto const& entry : VPackObjectIterator(other)) {
|
||||
resultBuilder.add(entry.key.copyString(), entry.value);
|
||||
}
|
||||
resultBuilder.add("isNewlyCreated", VPackValue(false));
|
||||
|
|
Loading…
Reference in New Issue