mirror of https://gitee.com/bigwinds/arangodb
Fix a typo.
This commit is contained in:
parent
b27ad1288a
commit
15cbd0adab
|
@ -357,7 +357,7 @@ static int distributeBabyOnShards(
|
||||||
// We have invalid input at this point.
|
// We have invalid input at this point.
|
||||||
// However we can work with the other babies.
|
// However we can work with the other babies.
|
||||||
// This is for compatibility with single server
|
// This is for compatibility with single server
|
||||||
// We just asign it to any shard and pretend the user has given a key
|
// We just assign it to any shard and pretend the user has given a key
|
||||||
std::shared_ptr<std::vector<ShardID>> shards = ci->getShardList(collid);
|
std::shared_ptr<std::vector<ShardID>> shards = ci->getShardList(collid);
|
||||||
shardID = shards->at(0);
|
shardID = shards->at(0);
|
||||||
userSpecifiedKey = true;
|
userSpecifiedKey = true;
|
||||||
|
|
Loading…
Reference in New Issue