summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-6/+13
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-4/+6
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-5/+2
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+4
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+4
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-3/+5
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-1/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-21/+16
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+2
* SERVER-9072 fix tests to use KeyRangeGreg Studer2013-05-081-3/+1
* SERVER-9072 KeyRange in range_arithmetic.hGreg Studer2013-05-081-42/+7
* SERVER-9072 slightly cleanup removeRange, put new cloning logic out of shardi...Greg Studer2013-04-031-32/+92
* SERVER-7998 only check chunk bounds if in async cleanup threadGreg Studer2013-01-031-1/+3
* SERVER-7668 further cleanup related to extending range boundsKevin Matulef2012-12-271-29/+8
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6278 add option to throttle balancing based on secondaries keeping upEliot Horowitz2012-07-091-0/+1
* bound modification in removeRangeKevin Matulef2012-06-121-3/+6
* SERVER-5934 - make chunk delete much less impactfulEliot Horowitz2012-06-081-1/+0
* refactor: choose relevant index for sharding using just the shardKeyPatternKevin Matulef2012-06-081-1/+7
* add modifiedRangeBound and findIndexByPrefix utilitiesKevin Matulef2012-06-081-0/+25
* comment functionality of toKeyFormatKevin Matulef2012-06-081-0/+7
* use StringData instead of char* for cleaner callingEliot Horowitz2012-06-041-2/+2
* Helpers::findAll helperEliot Horowitz2012-06-031-0/+5
* Move definition from .h to .cppMathias Stearn2012-05-221-1/+1
* Clarify oplog behavior of dbhelpers functionsAaron2012-02-121-4/+10
* remove unused DbSet codeAaron2012-02-121-19/+0
* SERVER-4333 add fromMigrate flag to identify sharding oplog entriesEric Milkie2012-02-101-2/+8
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+159