Skip to content

Commit

Permalink
SERVER-3105 example
Browse files Browse the repository at this point in the history
  • Loading branch information
astaple committed May 17, 2011
1 parent ae7cf9b commit fc57e3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jstests/indexm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ test();
// Now create an index.
t.ensureIndex({"a":1});
test();
// SERVER-3105
//assert( !t.find(
// {
// a : { x : 1 } ,
// "$or" : [ { a : { x : 2 } } , { a : { x : 3 } } ]
// }
// ).explain().clauses );

// Now create a different index.
t.dropIndexes();
Expand Down

0 comments on commit fc57e3f

Please sign in to comment.