summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 8f5b5544d8e2ca861956a255cf079b3ad34ca0f3 from branch ↵Luke Chen2018-02-2688-1013/+3667
| | | | | | | | | | | | | | | | | | | | | | | | mongodb-3.8 ref: a6e72378a6..8f5b5544d8 for: 3.7.3 WT-1228 Improve performance of WT_SESSION::open_cursor WT-3805 Avoid reading lookaside pages in truncate fast path WT-3829 WiredTiger metadata can be logically inconsistent. WT-3848 Enhance new prepare transaction API to enforce post conditions WT-3850 Implement WT_SESSSION::prepare_transaction WT-3867 Bi-weekly WT codebase lint WT-3901 Corruption of operation tracking log files WT-3904 Reconsider error path in log server thread WT-3905 Save the timestamp used for a checkpoint WT-3912 fast-delete pages should re-instantiate the delete transaction's timestamp. WT-3923 __wt_txn_context_prepare_check() requires API initialization WT-3925 Fix test format operation selection code WT-3926 Allow read_timestamp to be set after begin_transaction WT-3927 LSM truncate operations are too slow. WT-3932 WiredTiger memory allocation failure in js_test WT-3933 test/format failure illegal WT_REF.state rolling back deleted page
* SERVER-33406 Reduce compile concurrency in s390x buildvariantsIan Whalen2018-02-251-2/+2
|
* SERVER-32977 Make shell use SASL mechanism negotiationSara Golemon2018-02-242-7/+73
|
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-249-153/+234
|
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-245-182/+267
|
* SERVER-33397 New suitesconfig moduleYves Duhem2018-02-236-109/+131
|
* SERVER-31993 Re-enable sharding wire version incompatibility testingMaria van Keulen2018-02-232-6/+0
|
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-2319-432/+105
|
* SERVER-33472 reduce number of electable nodes in upgrade_to_ssl_nossl.js ↵Benety Goh2018-02-231-2/+10
| | | | | | from 3 to 2 This reduces the likelihood of election races on slow machines when restarting nodes.
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-234-4/+4
|
* SERVER-33465 forward-port handling upgrade/downgrade states when sending ↵Esha Maharishi2018-02-231-11/+22
| | | | setFCV to new shard in addShard
* SERVER-33168 Add number<->date conversions to $convertJustin Seyster2018-02-232-5/+347
|
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op ↵Dianna Hohensee2018-02-233-43/+9
| | | | observers
* SERVER-33440 DBDirectClient operations should be able to perform session ↵Tess Avitabile2018-02-233-38/+80
| | | | checkout
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
|
* SERVER-33461 Update powercycle_fcv3.4 to powercycle_fcv3.6Dianna Hohensee2018-02-231-4/+4
|
* SERVER-33339 add jstest that documents and verifies whether each command ↵Esha Maharishi2018-02-236-58/+528
| | | | sends a database version
* SERVER-32615 Make user write commands in sharded cluster go through ↵Randolph Tan2018-02-2322-39/+403
| | | | _configCreate
* SERVER-33448 Relax time diff requirements in apply_batches_totalMillis.jsVesselina Ratcheva2018-02-231-5/+5
|
* SERVER-32597 Remove unnecessary fCV initializationMaria van Keulen2018-02-233-16/+0
|
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1
|
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-228-191/+226
|
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
|
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-223-4/+28
|
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
|
* SERVER-33438 ignore benchmarks in burn_in_tests.pyRobert Guo2018-02-222-3/+7
|
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
| | | | | | Closes #1217 Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
* SERVER-33423 Adds simple autocommit unit testPavithra Vetriselvan2018-02-221-0/+21
|
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-02-221-2/+1
|
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-223-169/+119
| | | | | | Added insert, remove and read support for the new index format. Disabled new index format for _id index. Support new format inserts on secondary too.
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-2120-164/+156
|
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-2119-321/+334
|
* SERVER-32792 Blacklist tests that assert on ismaster field of isMaster ↵Jack Mulrow2018-02-211-0/+6
| | | | response in retryable writes stepdown passthrough
* SERVER-33379 Fix error message in sharded_moveChunk_partitioned.js workloadJack Mulrow2018-02-211-2/+2
|
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
|
* Fix lintWilliam Schultz2018-02-213-6/+4
|
* SERVER-32913 batch applyOps with other CRUD operations when reading from ↵Benety Goh2018-02-211-2/+4
| | | | oplog buffer
* SERVER-29933 Fix argument type in rollback_impl_testWilliam Schultz2018-02-211-3/+3
|
* SERVER-32644 run tests on tvos simulatorGabriel Russell2018-02-213-46/+52
|
* SERVER-33199 Add benchmarks_storage test suiteRobert Guo2018-02-214-2/+61
|
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-2112-10/+36
|
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-2111-75/+177
|
* SERVER-32688 FSM replication suites should give secondaries zero votesJonathan Abrahams2018-02-211-4/+7
|
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-213-55/+45
|
* SERVER-33194 Call setFCV when upgrading binary versions in testMaria van Keulen2018-02-213-43/+10
|
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-219-211/+412
|
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-218-91/+673
|
* SERVER-32143 fix mergeVesselina Ratcheva2018-02-211-7/+0
|
* SERVER-33195 create a movePrimary command for shards and ↵Blake Oler2018-02-218-4/+196
| | | | _configsvrCommitMovePrimary command for config servers
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-2112-69/+917
|