mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-1003 comment
This commit is contained in:
parent
2c64f5c758
commit
2e64af288e
@ -34,6 +34,7 @@ assert.eq( 1, t.find( { $or: [ { a: {$in:[0,1]}}, { b: {$in:[0,1]}} } ] } ).toA
|
||||
|
||||
doTest();
|
||||
|
||||
// not part of SERVER-1003, but good check for subseq. implementations
|
||||
t.drop();
|
||||
t.ensureIndex( {a:1} );
|
||||
doTest();
|
||||
|
Loading…
Reference in New Issue
Block a user