1
0
Fork 0

Fix a typo.

This commit is contained in:
Max Neunhoeffer 2016-10-05 13:44:23 +02:00
parent b27ad1288a
commit 15cbd0adab
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ static int distributeBabyOnShards(
// We have invalid input at this point.
// However we can work with the other babies.
// 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);
shardID = shards->at(0);
userSpecifiedKey = true;