summaryrefslogtreecommitdiff
path: root/src/btree/bt_vrfy_dsk.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson2016-06-171-6/+3
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | Move __wt_buf_set_printable() from buf.i to bt_misc.c, there's no reasonKeith Bostic2015-12-171-2/+12
|/
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-8/+9
* Change the invalid address error message from "eof" to "corrupt or eof",Keith Bostic2015-09-151-28/+30
* The only "expected" error from WT_BM::addr_invalid is EINVAL, otherwiseKeith Bostic2015-09-151-7/+17
* Merge branch 'develop' into wt-2093-cleanupKeith Bostic2015-09-141-3/+3
|\
| * WT-2105: If a corrupted WT_CELL_VALUE_COPY cell has an offset largerKeith Bostic2015-09-131-3/+3
* | WT-2093: __wt_block_addr_valid() didn't distinguish between a validKeith Bostic2015-09-111-3/+3
|/
* Review WiredTiger code base for places where "recno" is set to 0 orKeith Bostic2015-08-261-5/+6
* Merge branch 'develop' into wt-1967-evict-anyMichael Cahill2015-08-261-2/+2
|\
| * WT-1822, WT-2051Keith Bostic2015-08-241-2/+2
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-211-58/+58
|\ \ | |/
| * Rename "addr" to "tag". The argument is not necessarily a block-managerKeith Bostic2015-08-201-58/+58
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-2/+4
|/
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-2/+2
* Remove per page/record checksum. Refactor common code. Verify root page. WT-...Susan LoVerso2015-05-041-0/+2
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-3/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* If forcing a busy page out of memory, it's possible reconciliation couldn'tKeith Bostic2014-11-061-4/+4
* Verify we never write an empty page.Keith Bostic2014-11-041-7/+18
* Whitespace.Keith Bostic2014-10-281-4/+4
* Fix a comment.Keith Bostic2014-10-221-1/+1
* Put the format's '%' in the string, so WT_SIZET_FMT looks likeKeith Bostic2014-10-201-2/+2
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-4/+4
* Minor renaming, __wt_lex_compare_collator to __wt_compare,Keith Bostic2014-08-111-1/+1
* Replace the collator comparison #defines with inline functions,Keith Bostic2014-08-101-2/+2
* Convert row-store fast on-page key processing from per-page to per key.Keith Bostic2014-06-301-3/+3
* fix a commentKeith Bostic2014-04-281-0/+1
* We can't collapse removed key and value overflow items into a singleKeith Bostic2014-03-191-3/+4
* Assert we only reset a cell once, and that it's the type we expect whenKeith Bostic2014-03-191-1/+1
* Generalize overflow keys to look like overflow values, that is, set theKeith Bostic2014-03-181-6/+6
* Restructure the disk image checking functions so there's an easy way toKeith Bostic2014-03-151-30/+42
* Merge pull request #837 from wiredtiger/cell-unpack-optimizations-2Michael Cahill2014-01-091-3/+3
|\
| * Avoid unpacking the key cell multiple times when returning key/valueKeith Bostic2014-01-091-3/+3
* | Additional empty-value support: add a new page-header flag if all of theKeith Bostic2014-01-091-5/+25
|/
* Merge pull request #833 from wiredtiger/salvage-corruptMichael Cahill2014-01-081-2/+2
|\
| * Minor re-working of 9dd055a.Keith Bostic2014-01-081-2/+2
* | Flag row-store leaf pages with no empty values, avoiding a second passKeith Bostic2014-01-081-9/+63
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Change the returned length of a cell from a uint32_t to a size_t.Keith Bostic2013-12-231-1/+2
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-2/+2
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-3/+2
* Create a new cell type WT_CELL_ADDR_LEAF, use it to mark leaf pageKeith Bostic2013-11-121-4/+11
* There's magic code to handle overflow records that have been deleted butKeith Bostic2013-10-181-2/+2
* fix a comment's formattingKeith Bostic2013-10-151-2/+1
* Pass the collator reference instead of the Btree handle to the "standard"Keith Bostic2013-07-251-2/+2
* Change "short" data items from 127B or less to be 63B or less, and use theKeith Bostic2013-07-191-6/+5
* Add a new cell type, WT_CELL_KEY_PREFIX, that appears on row-store leafKeith Bostic2013-07-171-0/+4