summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* whitespaceKeith Bostic2015-01-231-2/+2
* Revert "Revert #1565 for now."Keith Bostic2015-01-231-22/+29
* Don't allow cache tracking to wrap negative.Alex Gorrod2015-01-231-4/+29
* Revert #1565 for now.Alex Gorrod2015-01-221-29/+22
* When transferring WT_UPDATE memory from one page to another as part ofKeith Bostic2015-01-211-2/+3
* Reapply a kludge from RC5: don't allow pages to be evicted underneath a trunc...Michael Cahill2015-01-211-0/+8
* Check for valid log_fh handle in wt_log_write. #1580Susan LoVerso2015-01-201-0/+7
* We can have a tree of empty pages when closing a tree, and that's fine.Michael Cahill2015-01-211-4/+3
* Quit page eviction immediately if we're trying to evict a tree, thatKeith Bostic2015-01-201-0/+9
* Merge pull request #1576 from wiredtiger/stat-cursor-deadlockMichael Cahill2015-01-201-3/+7
|\
| * Fix a deadlock opening statistics cursors.Alex Gorrod2015-01-171-3/+7
* | The size of the file is decreasing each time, so compacting 10 times,Keith Bostic2015-01-191-4/+6
* | We call __block_dump_avail() if WT_VERB_COMPACT is set, use that sameKeith Bostic2015-01-191-3/+3
* | Move the lock/unlock pair inside the comment that talks about them.Keith Bostic2015-01-191-3/+1
* | Coverity 1264611, memory leak (WT_RET that should have been a WT_ERR).Keith Bostic2015-01-191-1/+1
|/
* For now, just rename the WiredTiger function __wt_cursor_equals to beKeith Bostic2015-01-177-8/+8
* Typo in logging test (Boolean test of a parenthesized assignment).Keith Bostic2015-01-171-3/+3
* Log close thread needs to wait for any outstanding writes. #1571Susan LoVerso2015-01-171-4/+6
* Merge pull request #1570 from wiredtiger/raw-compress-overflowAlex Gorrod2015-01-161-9/+17
|\
| * Slightly different version of the change.Keith Bostic2015-01-161-11/+17
| * Merge branch 'develop' into raw-compress-overflowKeith Bostic2015-01-1616-10/+136
| |\
| * | Fix a bug in raw compression, where we were overflowing memory.Alex Gorrod2015-01-161-0/+2
* | | Close the session for the log close server thread. Fixes a leak detected by ...Michael Cahill2015-01-171-0/+5
| |/ |/|
* | Merge pull request #1541 from wiredtiger/cursor-equalMichael Cahill2015-01-1616-10/+136
|\ \ | |/ |/|
| * Merge branch 'develop' into cursor-equalMichael Cahill2015-01-1718-92/+155
| |\
| * \ Merge branch 'develop' into cursor-equalMichael Cahill2015-01-1737-378/+759
| |\ \
| * | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-175-16/+15
| * | | Fix outdated comment.Alex Gorrod2015-01-141-1/+1
| * | | Add a comment.Keith Bostic2015-01-131-1/+2
| * | | Document we return 0/1 from WT_CURSOR::equalsKeith Bostic2015-01-131-3/+2
| * | | whitespaceKeith Bostic2015-01-131-2/+2
| * | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-1416-24/+47
| * | | Fix a function name typo, update auto-generated files.Keith Bostic2015-01-121-1/+1
| * | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-1015-37/+141
* | | | Flexelint: symbol 'close_lsn' (line 862) not accessed.Keith Bostic2015-01-161-7/+1
| |_|/ |/| |
* | | Merge pull request #1467 from wiredtiger/cursor-reconfigureKeith Bostic2015-01-1617-118/+182
|\ \ \
| * \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2015-01-1629-355/+673
| |\ \ \ | | | |/ | | |/|
| * | | Add the list of valid configuration strings to the WT_CURSOR.reconfigureKeith Bostic2015-01-161-1/+11
| * | | Put the WT_CURSOR public methods in alphabetical order.Keith Bostic2015-01-162-12/+12
| * | | Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-175-39/+7
| * | | Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-14268-429/+1094
| |\ \ \
| * | | | Typo, the test for a configuration string is (cval.len != 0).Keith Bostic2014-12-221-1/+1
| * | | | Turn off the read-only configuration during table, index, andKeith Bostic2014-12-221-14/+20
| * | | | lint, variable no longer used.Keith Bostic2014-12-221-2/+0
| * | | | Now that you can reconfigure cursors, configuring a cursor read-onlyKeith Bostic2014-12-222-10/+15
| * | | | Fix order of original cursor functions.Keith Bostic2014-12-221-1/+1
| * | | | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-2249-390/+661
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-1562-587/+725
| |\ \ \ \ \
| * | | | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-1117-109/+186
* | | | | | | Flexelint: symbol 'close_end_lsn' (line 862) not accessed.Keith Bostic2015-01-161-2/+1
| |_|_|_|/ / |/| | | | |