summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-3558 Disable metadata visibility assertion in checkpoints (#3638)mongodb-3.5.13Alex Gorrod2017-09-011-0/+10
* WT-3495 Don't ftruncate if log cursors are open (#3632)sueloverso2017-08-313-2/+8
* WT-3550 Minor output format changes (#3633)sueloverso2017-08-303-4/+1
* WT-3540 For debugging only copy log files. (#3631)sueloverso2017-08-302-3/+6
* WT-3529 Add WT_CONNECTION::debug_info method. (#3610)sueloverso2017-08-3014-116/+517
* WT-3546 Coverity 1380021 dereference before NULL check, lint (#3626)Keith Bostic2017-08-3019-75/+46
* WT-3549 Fix a deadlock sweeping table handles. (#3630)Michael Cahill2017-08-301-9/+12
* WT-3547 Fix a deadlock dropping LSM table handles. (#3627)Michael Cahill2017-08-293-15/+45
* WT-3544 Fix memory stomping during rollback_to_stable. (#3625)Alex Gorrod2017-08-282-4/+20
* Revert "WT-3545 Fix memory stomping during rollback_to_stable. (#3623)" (#3624)Alex Gorrod2017-08-282-20/+4
* WT-3545 Fix memory stomping during rollback_to_stable. (#3623)Michael Cahill2017-08-282-4/+20
* WT-3545 Fix array bounds warnings with gcc 7. (#3622)Michael Cahill2017-08-283-5/+22
* WT-3476 Make tables first class data handles. (#3545)Michael Cahill2017-08-2830-527/+447
* WT-3536 Re-enable build warnings for clang strict build. (#3619)Alex Gorrod2017-08-281-7/+0
* WT-3542 Python test_stats_log_on_json_with_tables timeout on the PPC (#3618)Keith Bostic2017-08-251-58/+32
* WT-3542 Python test_stats_log_on_json_with_tables timeout on the PPC (#3616)Keith Bostic2017-08-241-4/+4
* WT-3540 Add copying of pre-recovery database for debugging. (#3617)sueloverso2017-08-241-3/+9
* WT-3542 Python test_stats_log_on_json_with_tables timeout on the PPC (#3614)Keith Bostic2017-08-241-1/+2
* WT-3539 Document API requirements for exclusive access. (#3612)Michael Cahill2017-08-245-135/+157
* WT-3541 Python test_reconfig02 timeout on the PPC (#3613)Keith Bostic2017-08-241-1/+1
* WT-3538 Misaligned reads when using the lookaside table and timestamps (#3609)Keith Bostic2017-08-242-18/+25
* WT-3527 Use power of two hash table size. (#3602)Don Anderson2017-08-241-3/+3
* WT-3525 Disable 500 keys until LAS and reconciliation changes complete. (#3608)sueloverso2017-08-231-1/+1
* WT-3535 Disable compiler warnings for clang, so ASAN build passes. (#3607)Alex Gorrod2017-08-231-0/+7
* WT-3528 Txn must be running to call timestamp_transaction (#3606)sueloverso2017-08-234-3/+15
* WT-3386 Remove support for timestamps in test/checkpoint. (#3605)sueloverso2017-08-225-71/+15
* WT-3454 Enhance Python test_timestamp03 to test with logged and non-l… (#3593)Vamsi Krishna2017-08-222-99/+183
* WT-3525 Remove eviction stats check. (#3601)sueloverso2017-08-221-40/+6
* WT-3523 Fix incorrect use of configure API in test format (#3600)Keith Bostic2017-08-219-160/+35
* WT-3516 Optimize cases when we are certain of URI prefixes. (#3599)Don Anderson2017-08-219-39/+35
* WT-3522 lint (#3598)Keith Bostic2017-08-2120-51/+75
* WT-3514 Fix checkpoint's use of stable_timestamp. (#3597)mongodb-3.5.12Michael Cahill2017-08-184-48/+28
* WT-3521 Prevent lookaside eviction of unstable updates. (#3596)Michael Cahill2017-08-182-9/+38
* WT-3498 snapshot isolation failure with overflow records (#3591)Keith Bostic2017-08-189-276/+221
* WT-3328 Enhance docs around when schema operations can get EBUSY (#3594)Keith Bostic2017-08-185-14/+34
* WT-3365 Fix LSM tree visibility rules when timestamps are used. (#3592)Alex Gorrod2017-08-185-9/+74
* WT-3455 Make eviction timestamp aware. (#3585)sueloverso2017-08-182-1/+289
* WT-3517 WT_SESSION::reset doesn't need to call out EBUSY specially. (#3595)Michael Cahill2017-08-181-1/+1
* WT-3465 Avoid locks when reading 8-byte timestamps. (#3589)Michael Cahill2017-08-175-34/+33
* WT-3509 __wt_illegal_value doesn't always provide a failure location (#3590)Keith Bostic2017-08-163-8/+8
* WT-3460 Implement col store rollback to stable timestamp (#3584)Sulabh Mahajan2017-08-162-29/+74
* WT-3508 Fix some minor bugs in timestamp-abort. (#3588)sueloverso2017-08-161-4/+18
* WT-3509 Enhance __wt_illegal_value to provide a failure location (#3587)Keith Bostic2017-08-165-9/+19
* WT-3417 Fix compiler warning when timestamps are disabled. (#3586)Alex Gorrod2017-08-151-4/+1
* WT-3417 Check for active transactions during upgrade/downgrade. (#3583)Michael Cahill2017-08-159-199/+245
* WT-3358 LSM will hang if the manager fails to start (#3582)Keith Bostic2017-08-142-8/+22
* WT-3493 wt_verbose_dump_txn should display timestamp information (#3580)Keith Bostic2017-08-145-21/+84
* WT-3503 lint (#3578)Keith Bostic2017-08-1422-92/+116
* WT-3497 Improve logging message when hitting the WT session limits (#3579)Keith Bostic2017-08-143-5/+6
* WT-3459 Clock shifting WT test (#3555)Vamsi Krishna2017-08-141-0/+116