summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-22942 enable dumprestore_sharded.js test now that readMode and ↵Esha Maharishi2016-03-142-4/+0
| | | | writeMode in the multiversion suite are default not legacy
* SERVER-23119 Assert setShardVersion never uses invalid namespaceKaloian Manassiev2016-03-144-30/+37
| | | | | Ensure that setShardVersion is not sent for inline M/R output and same for count command with missing or invalid namespace.
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be ↵Tess Avitabile2016-03-146-27/+550
| | | | collation-aware
* SERVER-22514 change readMode and writeMode to default from legacy in ↵Esha Maharishi2016-03-143-5/+2
| | | | multiversion suite
* Revert "SERVER-23088 fix boost's libstdcpp detection under clang"Kyle Erf2016-03-141-17/+1
| | | | This reverts commit 3071389ed3476eeb1e6730bbc1f841addf54b383.
* SERVER-22650 add a sharding_multiversion suite that runs the sharding tests ↵Randolph Tan2016-03-143-65/+43
| | | | with the previous version of mongos
* SERVER-22651 Port sync_cluster_config/auth_config_down.js to CSRSRandolph Tan2016-03-141-0/+50
|
* SERVER-23088 fix boost's libstdcpp detection under clangMathias Stearn2016-03-141-1/+17
| | | | | Fixes compilation errors introduced by SERVER-19936 when compiling with clang on a system without boost headers installed.
* SERVER-22761 re-enable last-stable in 2_test_launching_cluster.js now that ↵Esha Maharishi2016-03-141-6/+2
| | | | last-stable=3.2
* SERVER-22900 validate command per index stat should be consistant with ↵Robert Guo2016-03-1411-46/+59
| | | | global stat
* SERVER-23012 Add support for {locale: 'simple'} in CollatorFactoryICUTess Avitabile2016-03-145-0/+32
|
* SERVER-23047 added awaitReplication after ShardingTest start in ↵Judah Schvimer2016-03-141-0/+1
| | | | upgrade_cluster.js
* SERVER-22700 Unrepresentable left shift on signed integer is undefinedsamantharitter2016-03-141-1/+1
|
* SERVER-23091 allow enough time for data load to finish on OS X buildersEric Milkie2016-03-111-1/+1
|
* SERVER-23089 ensure first sync is interrupted in repl5.jsEric Milkie2016-03-111-3/+6
|
* SERVER-23086 avoid rollbacks in replsetprio1.jsEric Milkie2016-03-111-2/+2
|
* SERVER-12307 Fix lint error.r3.3.3Benjamin Murphy2016-03-111-8/+4
|
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-1111-52/+69
|
* SERVER-23037 added _waitFoDelete: true to move_stale_mongos.jsJudah Schvimer2016-03-111-1/+1
|
* SERVER-21681 Replace 'or' with operator || to fix Windows buildKaloian Manassiev2016-03-111-1/+1
|
* SERVER-19936 use StringMap in FTSSpec::_scoreStringV2Mathias Stearn2016-03-112-2/+3
|
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-1112-229/+191
|
* SERVER-19936 Inline libstemmer utilitiesMathias Stearn2016-03-113-69/+86
|
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-113-49/+65
|
* SERVER-19936 Vector-optimize FTS phrase matchesMathias Stearn2016-03-115-0/+412
| | | | Now handles up to 16 bytes of ASCII at a time if SSE2 is enabled.
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-119-112/+1842
| | | | | | | | | | Major changes: * Use Booyer-Moore algorithm for searching rather than std::search * All strings are kept in UTF8 rather than going to UTF32. * Case folding and diacritic removal are done in a single pass. * Optimize case folding and diacritic removal for ASCII codepoints. * Combine functionality of codepointIsDiacritic() into codepointRemoveDiacritics()
* SERVER-19936 Add boost/tr1/detail/config_all.hpp to our copy of boostMathias Stearn2016-03-111-0/+171
| | | | Needed for boost::boyer_moore_searcher.
* SERVER-23003: Wait for synctail to clear the buffer.Scott Hernandez2016-03-111-0/+10
|
* SERVER-22845: Do not busy loop on bgsync start errorsScott Hernandez2016-03-111-0/+1
|
* SERVER-23066 Make killOp accept negative opidGeert Bosch2016-03-111-0/+6
|
* SERVER-21681: Use cursor statistics to derive index sizes for inMemoryGeert Bosch2016-03-111-1/+35
|
* Revert "SERVER-18029 integrated Reporter into SyncSourceFeedback"Benety Goh2016-03-102-160/+155
| | | | This reverts commit 052c463c90eb19e73f2e9b2f6fbd4eb669c83855.
* SERVER-18029 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-102-155/+160
|
* SERVER-18029 extended Reporter to support keep alive and downconversion for ↵Benety Goh2016-03-1010-251/+1213
| | | | pre-3.2.4.servers.
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-1032-1747/+119
|
* SERVER-22686 Replace unsafe static_cast with call to representAssamantharitter2016-03-101-4/+5
|
* SERVER-22686 Add a generic representAs library to /utilsamantharitter2016-03-103-0/+543
|
* SERVER-22686 Add C++14 enable_if_t to stdxsamantharitter2016-03-103-0/+92
|
* SERVER-23068 Remove test usages of PrepareConfigsFailedKaloian Manassiev2016-03-102-59/+9
| | | | | With the removal of SCCC (mirrored) config servers, this error will never be returned so there is no need to test for it.
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-106-2/+45
| | | | | Add a compact() method to the SortedDataInterface to allow for compaction if the indexed record store supports compaction-in-place.
* SERVER-23070 disable selectSyncSource testsmatt dannenberg2016-03-101-1/+4
|
* SERVER-22372 add test coverage for CollationSerializer::appendCollationKey()David Storch2016-03-103-2/+37
|
* Hooks directory does not match location used by pre-push hookRamon Fernandez2016-03-101-1/+1
|
* SERVER-22635 adjust CannotBackfillArray error checking to ensure array mods ↵David Storch2016-03-102-9/+40
| | | | | | | | | replicate properly Previously we would return CannotBackfillArray whenever we had to lengthen an array to index kMaxPaddingAllowed. Now we only return the error if we actually have to backfill kMaxPaddingAllowed null elements.
* SERVER-20524: Fix lintGeert Bosch2016-03-101-1/+1
|
* SERVER-23007 hang_analyzer support on SolarisJonathan Abrahams2016-03-101-3/+27
|
* SERVER-23036 Lock ShardRegistry mutex when accessing config server ↵Spencer T Brody2016-03-102-3/+6
| | | | connection string
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive ↵Geert Bosch2016-03-109-308/+88
| | | | | | readers/writers lock" This reverts commit 67e3d403f80367b3fb648b84bd87070675045815.
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-1023-319/+286
| | | | | This ensures that we will have assertions in place for the correct locks being held.
* SERVER-22356 add read_only_sharded suiteAdam Midvidy2016-03-107-51/+198
|