mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
spam
This commit is contained in:
parent
cbc4f28938
commit
2e8bb745dc
@ -192,8 +192,8 @@ namespace mongo {
|
||||
|
||||
BSONObj key = manager->getShardKey().extractKey(query);
|
||||
BSONForEach(e, key){
|
||||
PRINT(e);
|
||||
PRINT(getGtLtOp(e));
|
||||
//PRINT(e);
|
||||
//PRINT(getGtLtOp(e));
|
||||
uassert(13465, "shard key in upsert query must be an exact match", getGtLtOp(e) == BSONObj::Equality);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user