0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2010-09-03 11:59:01 -04:00
parent cbc4f28938
commit 2e8bb745dc

View File

@ -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);
}
}