summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SERVER-13640: disable capped unit test failin in DEBUG more at the momentEliot Horowitz2014-05-091-2/+2
|
* SERVER-13635: fix scale option with dbstats commandEliot Horowitz2014-05-091-1/+2
|
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-097-16/+23
|
* SERVER-13892: Compiler FixesMark Benvenuto2014-05-091-1/+1
|
* SERVER-13890 index bounds builder should not pass already-constructed ↵David Storch2014-05-093-1/+38
| | | | intervals to translate()
* SERVER-13754 explode OR solutions for sortDavid Storch2014-05-092-23/+134
|
* SERVER-13635: ExtentManager::cacheHint docsEliot Horowitz2014-05-091-0/+5
|
* SERVER-13640: first trivial capped collection unit testEliot Horowitz2014-05-094-1/+98
|
* SERVER-13635: pull out MAdvise interface, prove capped collection can ↵Eliot Horowitz2014-05-099-12/+52
| | | | compile in unit test
* SERVER-13635: pull out interface for deleting records in capped collection ↵Eliot Horowitz2014-05-0913-62/+137
| | | | during rollover
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-0959-501/+529
|
* SERVER-12064 SERVER-12283 Use gcc atomic builtins if availableRobie Basak2014-05-091-2/+4
| | | | | | | | | Switch to using gcc atomic builtins for atomic operations if using a new enough gcc and clang and support is available. Otherwise, fall back to the old behaviour of existing non-portable inline assembly to continue to support builds on older versions of gcc. Signed-off-by: Benety Goh <benety@mongodb.com>
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-099-39/+145
| | | | Also made some methods private and added comments.
* SERVER-13635 Move DocWriter to record_store.hMathias Stearn2014-05-092-8/+11
|
* Comment deleted-list bucket sizes in decimalMathias Stearn2014-05-091-5/+5
|
* SERVER-13852 initialize IndexBounds::endKeyInclusive in constructorDavid Storch2014-05-091-1/+1
|
* SERVER-13715 fix use of auto_ptr after release in subplan runnerDavid Storch2014-05-091-9/+9
|
* SERVER-13640 Port many namespacetests to recordstore unit testsMathias Stearn2014-05-083-327/+287
| | | | | This covers all of the tests that needed cheatRecordStore() since they were clearly testing V1 specific implementation details.
* SERVER-13635 get deletedRecordFor() out of RecordStore interfaceMathias Stearn2014-05-083-7/+3
|
* SERVER-13614 distlock_test.cpp doesn't handle connectivity exceptionsSiyuan Zhou2014-05-081-2/+2
|
* SERVER-13264 Fix incorrect line endings prior to license updateIan Whalen2014-05-081-28/+28
|
* SERVER-10516: Mitigate invalid address errors for MapViewOfFileExMark Benvenuto2014-05-081-35/+149
|
* SERVER-13868 Mark V1 users as probed on databases that they do not have ↵Spencer T Brody2014-05-072-2/+5
| | | | surrogate user docs on
* SERVER-13870 Use RAII to prevent memory leaking in shard targetingSiyuan Zhou2014-05-071-5/+5
|
* SERVER-13794 - only start snapshot thread on isHttpInterfaceEnabledJames Wahlin2014-05-071-1/+5
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-13851 add a safety invariant to replicated commands to appease coveritymatt dannenberg2014-05-071-3/+3
|
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-0715-15/+56
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-3/+2
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-062-1/+32
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-2/+3
|
* SERVER-13849 remove a logically dead portion of code from initFromConfig()matt dannenberg2014-05-061-3/+0
|
* SERVER-13789 recursively build data access for subnodes beneath elemMatchDavid Storch2014-05-063-9/+131
|
* Improve debugging for Windows RunMongoProgram errorsMathias Stearn2014-05-061-4/+10
|
* SERVER-13640: free extents in desctrutorEliot Horowitz2014-05-061-1/+4
|