summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.5.0r2.5.0Dan Pasette2013-05-212-2/+2
|
* SERVER-9702: debugging for drop2 test failureEliot Horowitz2013-05-202-2/+6
|
* SERVER-9713 Rewrite BSONObj::getFieldDotted to accept StringDataJason Rassi2013-05-203-16/+20
|
* SERVER-9713 Port some BSONObj accessors to accept StringDataJason Rassi2013-05-203-16/+14
| | | | | | | | | | Accessors ported: - getIntField - getBoolField - getStringField - getObjectField - operator[] - getFieldUsingIndexNames
* SERVER-6400: change error codes agg is expectingEliot Horowitz2013-05-202-1/+2
|
* SERVER-6400: inprog has a $all option which isn't valid syntax, so re-write ↵Eliot Horowitz2013-05-191-1/+14
| | | | without
* SERVER-6400: additional update testEliot Horowitz2013-05-191-0/+21
|
* SERVER-6400: This switches from MatcherOld to Matcher2Eliot Horowitz2013-05-199-47/+64
| | | | This commit also has all semantic changes encompassed in this switch
* SERVER-6400: commentsEliot Horowitz2013-05-191-1/+2
|
* SERVER-6400: fix $or use of indexesEliot Horowitz2013-05-191-1/+9
|
* SERVER-6400: nice construtor for NotMatchExpressionEliot Horowitz2013-05-191-0/+1
|
* make test work even if system can't handle a lot of connectionsEliot Horowitz2013-05-191-5/+20
|
* SERVER-6400: do not call FieldRef::getPart on non-existant partsEliot Horowitz2013-05-171-2/+6
|
* SERVER-6400: for leaf expressions, handled nested arraysEliot Horowitz2013-05-172-22/+68
|
* SERVER-6400: fix for array walkingEliot Horowitz2013-05-171-2/+2
|
* SERVER-6400: expose isAllDigitsEliot Horowitz2013-05-171-0/+2
|
* SERVER-6400: in $all, correct embedded array walkingEliot Horowitz2013-05-171-0/+11
|
* SERVER-6400: handle more cases where expressions interact in indexes ↵Eliot Horowitz2013-05-171-13/+41
| | | | (especially null and sparse)
* SERVER-6400: $ne is $not + $eqEliot Horowitz2013-05-171-2/+10
|
* SERVER-6400: fix some $not parsingEliot Horowitz2013-05-171-1/+11
|
* SERVER-6400 remove $not test no longer vaildEliot Horowitz2013-05-171-2/+0
|
* make test work with any server portEliot Horowitz2013-05-171-6/+13
|
* SERVER-6400: $ne is not its own operator anymore, $not + $eqEliot Horowitz2013-05-176-105/+27
|
* SERVER-6400: mark doc loaded flag late so no one can overwriteEliot Horowitz2013-05-171-3/+4
|
* SERVER-6400: ExistsMatchExpression is always looking for a doc, so false is ↵Eliot Horowitz2013-05-175-56/+22
| | | | syntactic sugar in parser
* SERVER-9720 return_partial_shards_down.js turn off balancer before manual ↵Greg Studer2013-05-171-0/+3
| | | | chunk moves
* SERVER-9719 sharding_multiple_ns_rs.js wait for mongos to detect primary ↵Greg Studer2013-05-171-1/+5
| | | | failover
* SERVER-9718 authCommands.js wait 5 minutes for migrations on very slow test ↵Greg Studer2013-05-171-1/+1
| | | | systems
* SERVER-9695 fix racy testEric Milkie2013-05-171-2/+2
|
* SERVER-8836 remove2.js wait for deletion on migration until the resolution ↵Greg Studer2013-05-161-0/+6
| | | | of SERVER-8598
* SERVER-6400: querying for DBRef and cleaningEliot Horowitz2013-05-162-12/+36
|
* SERVER-6400: fix $in with nested arraysEliot Horowitz2013-05-162-4/+24
|
* SERVER-6400: Remove NinMatchExpression, $nin is now just a parses issueEliot Horowitz2013-05-164-186/+8
|
* SERVER-6400: fix $regex/$options parsingEliot Horowitz2013-05-163-36/+38
|
* SERVER-6400: handle empty "" pathsEliot Horowitz2013-05-162-0/+11
|
* SERVER-9714 buildbot auto2.js don't run connpoolsync before gleGreg Studer2013-05-161-1/+2
|
* SERVER-9622 buildbot testshard1.js turn on exception tracing in mongodGreg Studer2013-05-151-0/+11
| | | | temporary, will be removed in final fix for SERVER-9622
* SERVER-9502 fix assert code in unit testEric Milkie2013-05-151-2/+2
|
* SERVER-9502 fix assert codeEric Milkie2013-05-151-1/+1
|
* SERVER-9502 prohibit _id as RegExEric Milkie2013-05-153-2/+36
| | | | Otherwise, this breaks when replication attempts to do a query with the regular expression as _id.
* SERVER-9694 fix test to cover all GLE stepdown casesEric Milkie2013-05-151-1/+4
|
* SERVER-9647 fix test for small_oplogEric Milkie2013-05-151-0/+3
|
* SERVER-9647 don't transform 2dsphere desc fields into ascGreg Studer2013-05-155-3/+110
|
* SERVER-9621 Fix case for 32-bit windows test.Alberto Lerner2013-05-141-1/+1
|
* SERVER-9411 SERVER-9679 Work around compiler bug in RHEL6.2Mathias Stearn2013-05-141-1/+1
|
* SERVER-9621 Disable jstests/dur/closeall.js on 32-bit WindowsTad Marshall2013-05-141-6/+13
| | | | | | | | | | This test fails frequently on 32-bit Windows due to remapPrivateView being unable to remap a file when another thread allocate memory while a file is unmapped. Disable the test in 32-bit Windows since this can't really be fixed without changes to the storage layer (and 32-bit does not benefit from stress testing).
* SERVER-9621 Add getBuildInfo() function to shellTad Marshall2013-05-141-2/+12
|
* SERVER-9518 Include necessary header in hash_namespace.hSpencer T Brody2013-05-141-0/+8
|
* SERVER-8741 make sure we contact from-shard at least once after commitGreg Studer2013-05-141-2/+14
|
* SERVER-9411 Fix IO error messages from sorter on windows.Mathias Stearn2013-05-141-4/+12
|