summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* backport of SERVER-4430Eliot Horowitz2011-12-062-2/+4
|
* Count new RS members as up before they are initializedKristina2011-12-051-2/+2
|
* fix oplog replay segfault SERVER-4350Eliot Horowitz2011-11-232-1/+2
|
* return arrays if arrays given SERVER-3661gregs2011-11-162-1/+19
|
* make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz2011-11-141-1/+2
|
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-145-73/+79
| | | | | | | Conflicts: db/repl.cpp db/repl/rs_sync.cpp
* Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina2011-11-091-0/+5
| | | | | | Conflicts: db/repl/rs_initialsync.cpp
* Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina2011-10-251-0/+1
|
* Initialize auth status in non-default hb ctorKristina2011-10-241-1/+1
|
* Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina2011-10-247-88/+200
|
* ScopedConn reconnectionKristina2011-10-241-17/+29
|
* stop initial sync once minvalid is reached SERVER-3899Kristina2011-10-241-6/+7
|
* factor number of connections into memory leak warning SERVER-4063Eliot Horowitz2011-10-231-2/+4
|
* fix segfault after modifying indexes during yield SERVER-3961 3Eliot Horowitz2011-10-161-1/+1
|
* check auth on _isSelf call SERVER-3953Kristina2011-10-081-0/+6
|
* use SimpleMutex instead of SpinLock for recordEliot Horowitz2011-10-061-4/+5
|
* setProfilingLevel(2) not always working because millis set in wrong place ↵Eliot Horowitz2011-10-021-5/+4
| | | | SERVER-3910
* upgrade indexes on resync SERVER-3900Kristina2011-09-291-0/+6
|
* on a missing object, thats ok as a delete may occur laterdwight2011-09-281-13/+19
|
* continuation of initial sync fixdwight2011-09-281-6/+18
|
* fix a possible issue with initial sync with replication when updates are in ↵dwight2011-09-285-13/+78
| | | | | | flight. also correct UpdateResult in one case
* check tags in member config equality func SERVER-3799Kristina2011-09-221-0/+16
|
* fix crash in filemd5 without correct index SERVER-3913Eliot Horowitz2011-09-221-0/+4
|
* fix reIndex on secondaries SERVER-3866Eliot Horowitz2011-09-141-1/+1
|
* Strip trailing / of dbpath on windows SERVER-3557Mathias Stearn2011-09-121-0/+6
|
* put connectionId in currentOp()Eliot Horowitz2011-09-091-0/+2
|
* reconfig should handle error messages from other membersKristina2011-09-071-1/+1
|
* move authentication check earlier for safety SERVER-3773Eliot Horowitz2011-09-071-0/+9
|
* Queries for rollback objects need SlaveOk bit SERVER-3650Mathias Stearn2011-09-061-1/+1
|
* need to add error value to bounding boxes on polygons + boxes SERVER-3725gregs2011-09-061-10/+22
|
* SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.dwight2011-09-061-5/+14
| | | | | in addition fix a case where compare order of bindata types, when subtype and len, were in consistent with BSONObj's compare. this ordering is somewhat arbitrary but must be consistent.
* fix issue where dropDup code for insertion can fail on secondary during ↵Eliot Horowitz2011-09-051-1/+2
| | | | clone if doc moved SERVER-3762
* turn off ageout code for now as implementation is unfinisheddwight2011-09-042-5/+5
|
* improve log messageKristina2011-09-021-3/+2
|
* compileMathias Stearn2011-08-311-2/+2
|
* SERVER-3717 last commit wasn't quite right :-(Dwight2011-08-311-1/+6
|
* try to fix compile on some platformsDwight2011-08-311-1/+1
|
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-08-311-6/+7
|\
| * Do objcheck for single inserts outside of writelock. SERVER-3724Mathias Stearn2011-08-311-6/+7
| | | | | | | | Fix for bulk inserts after 2.0
* | SERVER-3717Dwight2011-08-311-3/+3
|/ | | | | | | | fix check if value to large to represent as a long in KeyV1 for some reason was failing on win32. not sure why. visual studio 2008 issue? regardless, the old implementation was a bad idea when going from machine/build to machine as then the results could vary if one was compiled with strict floating point and the other non-strict.
* change log to warning SERVER-3712Kristina2011-08-301-1/+1
|
* SERVER-3719 long long values in v1 indexes were losing precisionDwight2011-08-301-1/+1
|
* fix yield with disk issue in update.cpp SERVER-3633Eliot Horowitz2011-08-292-1/+9
|
* fix double comparision of -0 and 0 for v1 indexes SERVER-3682Eliot Horowitz2011-08-291-1/+5
|
* ignore op objects without valid ts fields, which can be the case with ↵Aaron2011-08-231-1/+2
| | | | synthetic 'db' ops created slave side; should fix closeall bb failures
* Revert "try to fix jstests/dur/closeall.js"Aaron2011-08-231-12/+4
| | | | This reverts commit 3e1729e2b6c3668712c3f0197e09a55386e008a6.
* safety - may prevent a possible seg fault if datafiles are corrupt not sure ↵dwight2011-08-231-0/+1
| | | | if that can happen but good to have defensively regardless
* try to fix jstests/dur/closeall.jsEliot Horowitz2011-08-231-4/+12
|
* don't allow access to internal user when running with --auth SERVER-3666Kristina2011-08-233-0/+7
|
* SERVER-3555 commentsAaron2011-08-222-2/+2
|