summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-16414-3769/+8781
| | | | Also update generators.
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-166-3/+49
|
* SERVER-10464 allow mongodump to dump oplog without a query containing a ts fieldmatt dannenberg2014-05-161-1/+1
|
* SERVER-13773 rollback cleanup in preparation for more testingmatt dannenberg2014-05-162-359/+376
|
* SERVER-13707 simplify tojsonObjectBenety Goh2014-05-161-13/+10
|
* SERVER-13961 Get rid of the DB_LEVEL_LOCKING_ENABLED macroKaloian Manassiev2014-05-163-56/+23
| | | | We will no loger build with global locking on.
* SERVER-13954 Add scriptingEnabled option to YAML configShaun Verch2014-05-161-2/+20
|
* SERVER-13944 New stack dump format, on non-Windows systems.Andy Schwerin2014-05-154-70/+361
| | | | | | Implementation of the "somap" object, which can be used to identify the correct binary from which to extract debug symbols and supports ASLR, is only implemented on Linux. Other POSIX systems still need work to implement that object.
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-1529-294/+262
|
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-153-7/+35
|
* SERVER-13385 relax merge chunk constraintsRandolph Tan2014-05-155-141/+28
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-2/+3
|
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-15204-1097/+1093
|
* SERVER-13930 Don't hardcode "$mod" in error messageValeri Karpov2014-05-151-1/+1
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13948 improve stability of replsettest.awaitReplication() while ↵matt dannenberg2014-05-151-1/+9
| | | | getting the config version from master
* SERVER-13641 fix build by fixing dummy record store/txnHari Khalsa2014-05-152-20/+35
|
* SERVER-13641 split out dur from transactionexperiment part 1Hari Khalsa2014-05-157-86/+277
|
* SERVER-13798 (v8-3.25) add dependency on connection to cursor object tracker ↵Benety Goh2014-05-153-30/+49
| | | | in JavaScript scripting engine
* SERVER-13798 add dependency on connection to cursor object tracker in ↵Benety Goh2014-05-153-27/+45
| | | | JavaScript scripting engine
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-146-3/+399
|
* SERVER-13439 fix nopreallocj optionGreg Studer2014-05-141-1/+1
|
* SERVER-13817 remove the last remnant of GhostSyncmatt dannenberg2014-05-141-1/+0
|
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-1480-228/+214
| | | | | | | | | | | This is the result of the following seds and a few manual fixups, including removing the old run() and fixing the comments. git grep -l '\<run(const' | xargs sed -si -e 's/\brun(const/newRun(TransactionExperiment* txn, const/' git grep -l '\<run( const' | xargs sed -si -e 's/\brun( const/newRun(TransactionExperiment* txn, const/' git grep -l '\<newRun(' | xargs sed -si -e 's/\bnewRun(/run(/'
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-1450-295/+462
|
* SERVER-8311 Don't increase pre-quantized power-of-two sizesMathias Stearn2014-05-142-14/+40
|
* SERVER-13674 patch for CachedPlan runningCraig Harris2014-05-141-8/+3
|
* SERVER-13922 remove dbtemprelease from non-repl remaining spotsHari Khalsa2014-05-145-115/+41
|
* SERVER-13804 add necessary privilege to the built-in restore roleAmalia Hawkins2014-05-141-0/+7
|
* SERVER-11332 multi_host_query_test fix race between timeout and last resultGreg Studer2014-05-141-4/+20
|
* SERVER-11980 Only invalidate the user cache on mongos if authorization ↵Spencer T Brody2014-05-145-20/+148
| | | | information actually changed
* SERVER-13850 Make sure cache entry is up to date before using it to update a ↵Spencer T Brody2014-05-142-4/+1
| | | | user
* SERVER-13337 lite parsed query should set _showDiskLocDavid Storch2014-05-141-0/+2
|
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-1321-1168/+988
|
* SERVER-13439 Make sure values explicitly set to false in config file show up ↵Shaun Verch2014-05-139-112/+251
| | | | in parsed result
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-1343-652/+19
|
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-133-3/+73
|
* SERVER-13311 Improve error message for bad numerical values in YAML configShaun Verch2014-05-131-5/+20
|
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-136-16/+1518
|
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-135-174/+484
|
* Revert "SERVER-11332 multi host query from fastest host using thread pools"Benety Goh2014-05-126-1518/+16
| | | | This reverts commit 03f0d9c627136c6296de400467bbbbd73c9d7a72
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-126-16/+1518
|
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-0/+6
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix ↵Eliot Horowitz2014-05-1222-210/+251
| | | | RecordStore handling of tiny docs
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-125-10/+5
|
* add missing headerMathias Stearn2014-05-121-0/+1
| | | | g++4.9 complained with --c++11=off
* SERVER-13640 Helper for writing RecordStoreV1 structural testsMathias Stearn2014-05-123-3/+354
|
* SERVER-13855 Implement HeapRecordStoreMathias Stearn2014-05-123-0/+588
|
* SERVER-12461 Ensure LexNumCmp::cmp only returns 1, -1 or 0Michael Hudson-Doyle2014-05-121-1/+1
| | | | | | | | | | | | | | strncmp's documentation says: It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2. LexNumCmp::cmp is tested as returning only -1, 1 or 0 but returns the return value of strncmp directly. This changes it to clamp the return value to -1, 1 or 0. Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13896 No longer pass extraneous arguments to logOpForDbHash().Andy Schwerin2014-05-124-14/+4
|
* SERVER-13640: fix capped collections with records < 8 bytes, re-enable testEliot Horowitz2014-05-104-12/+25
|