summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-4328 directoryperdb.js test was failingDwight2012-03-141-0/+2
|
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-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 typosMathias Stearn2012-03-061-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 Singh2012-03-051-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 Singh2012-03-051-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 commandsdwight2012-03-031-0/+6
| |
* | SERVER-4328 updates for replication for db level concurrencyDwight2012-03-011-1/+7
| |
* | SERVER-4328 add Command::localGlobally methodDwight2012-02-291-1/+12
| |
* | SERVER-4328 use a mutex of its own for OpTime::now. we stay in the mutex for ↵Dwight2012-02-281-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'dwight2012-02-221-1/+1
|\ \ | |/ | | | | | | Conflicts: src/mongo/db/d_concurrency.cpp
| * SERVER-4735: force pid_t to intDan Crosta2012-02-171-1/+1
| |
* | Merge remote branch 'main_readonly/master'Dwight2012-02-171-0/+1
|\ \ | |/
| * SERVER-4735: add pid to serverStatusDan Crosta2012-02-161-0/+1
| |
* | SERVER_4328 assert locked cleaningDwight2012-02-141-1/+1
| |
* | Merge remote branch 'main/master'dwight2012-02-061-1/+2
|\ \ | |/
| * don't log memory leak warning so often SERVER-4780Eliot Horowitz2012-02-061-1/+2
| |
* | Merge branch 'master' of git://github.com/mongodb/mongo.gitDwight2012-01-241-3/+7
|\ \ | |/ | | | | | | Conflicts: src/mongo/shell/msvc/mongo.vcxproj.filters
| * move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to ↵Aaron2012-01-181-1/+2
| | | | | | | | queryutil, clean query related includes
| * fix writebackId and getLastError integrationEliot Horowitz2012-01-171-2/+5
| |
* | SERVER-4328 eliminated dblock for Lock::Globaldwight2012-01-241-1/+1
|/
* make slaveOverrideOk() constMathias Stearn2011-12-301-2/+2
|
* Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534Mathias Stearn2011-12-301-3/+7
|
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1955