Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
ALL
Description
t.save( {a:{'0':5}} );
t.save(
);
assert.eq( 2, t.count(
) );
t.ensureIndex(
{'a.0':1} );
assert.eq( 2, t.count(
) ); // fails
Attachments
Issue Links
- is depended on by
-
SERVER-44393 indexu.js fails in replica_set_passthrough when two phase index builds are enabled
-
- Closed
-
-
SERVER-3375 key generation fixes master ticket
-
- Closed
-
- is duplicated by
-
SERVER-3722 Compound index using array indexes doesn't return query results
-
- Closed
-
-
SERVER-2598 Curious indexing behavior with arrays
-
- Closed
-