Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-4328 directoryperdb.js test was failing | Dwight | 2012-03-14 | 1 | -0/+2 |
| | |||||
* | Merge remote branch 'main_readonly/master' | Dwight | 2012-03-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mongo/client/examples/mongoperf.vcxproj src/mongo/client/examples/mongoperf.vcxproj.filters src/mongo/db/curop.h src/mongo/db/db.vcxproj.filters src/mongo/dbtests/queryoptimizercursortests.cpp src/mongo/dbtests/test.vcxproj.filters src/mongo/dbtests/threadedtests.cpp src/mongo/shell/msvc/mongo.vcxproj src/mongo/shell/msvc/mongo.vcxproj.filters | ||||
| * | System collection name typos | Mathias Stearn | 2012-03-06 | 1 | -1/+1 |
| | | | | | | | | \grep -Rho "system\.\w*" src/mongo | \grep -v '^Binary'| sort | uniq | ||||
| * | Revert "SERVER-4992 disabled dropDatabase on "config" via mongos and via ↵ | Siddharth Singh | 2012-03-05 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | mongod, if started with --configsvr" Broke the dumprestore.js test (SERVER-5210) This reverts commit 255e03216d3e75814b9f744fd27dccf93ff81611. | ||||
| * | SERVER-4992 disabled dropDatabase on "config" via mongos and via mongod, if ↵ | Siddharth Singh | 2012-03-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | started with --configsvr i) dropDatabase on "config" should be disallowed on mongos ii) dropDatabase on "config" should be disallowed if mongodb started with --configsvr | ||||
* | | SERVER-4328 lock more broadly as needed for a couple commands | dwight | 2012-03-03 | 1 | -0/+6 |
| | | |||||
* | | SERVER-4328 updates for replication for db level concurrency | Dwight | 2012-03-01 | 1 | -1/+7 |
| | | |||||
* | | SERVER-4328 add Command::localGlobally method | Dwight | 2012-02-29 | 1 | -1/+12 |
| | | |||||
* | | SERVER-4328 use a mutex of its own for OpTime::now. we stay in the mutex for ↵ | Dwight | 2012-02-28 | 1 | -2/+2 |
| | | | | | | | | a while after grabbing an optime so that we dont have to reason too much about different threads grabbing optimes and then using them out of order. | ||||
* | | Merge remote branch 'main/master' | dwight | 2012-02-22 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: src/mongo/db/d_concurrency.cpp | ||||
| * | SERVER-4735: force pid_t to int | Dan Crosta | 2012-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge remote branch 'main_readonly/master' | Dwight | 2012-02-17 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | SERVER-4735: add pid to serverStatus | Dan Crosta | 2012-02-16 | 1 | -0/+1 |
| | | |||||
* | | SERVER_4328 assert locked cleaning | Dwight | 2012-02-14 | 1 | -1/+1 |
| | | |||||
* | | Merge remote branch 'main/master' | dwight | 2012-02-06 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | don't log memory leak warning so often SERVER-4780 | Eliot Horowitz | 2012-02-06 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' of git://github.com/mongodb/mongo.git | Dwight | 2012-01-24 | 1 | -3/+7 |
|\ \ | |/ | | | | | | | Conflicts: src/mongo/shell/msvc/mongo.vcxproj.filters | ||||
| * | move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to ↵ | Aaron | 2012-01-18 | 1 | -1/+2 |
| | | | | | | | | queryutil, clean query related includes | ||||
| * | fix writebackId and getLastError integration | Eliot Horowitz | 2012-01-17 | 1 | -2/+5 |
| | | |||||
* | | SERVER-4328 eliminated dblock for Lock::Global | dwight | 2012-01-24 | 1 | -1/+1 |
|/ | |||||
* | make slaveOverrideOk() const | Mathias Stearn | 2011-12-30 | 1 | -2/+2 |
| | |||||
* | Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534 | Mathias Stearn | 2011-12-30 | 1 | -3/+7 |
| | |||||
* | bulk move of code to src/ SERVER-4551 | Eliot Horowitz | 2011-12-24 | 1 | -0/+1955 |