summaryrefslogtreecommitdiff
path: root/src/btree
AgeCommit message (Expand)Author
2014-10-15MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic
2014-10-13If restored a tombstone WT_UPDATE after splitting, calculate the correct size.Michael Cahill
2014-10-08clang complains bt_discard.c:76:6: warning: variable 'hp' may beKeith Bostic
2014-10-08Spin when checking for hazard pointers during discard. This hardly ever fire...Michael Cahill
2014-10-04We don't yet need anything other than single-byte versions of theKeith Bostic
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-10-03The only failure F_CAS_ATOMIC() can "return" is EBUSY, remove dead codeKeith Bostic
2014-10-02Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic
2014-10-02Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-10-01__value is a keyword in Visual Studio .NET.Keith Bostic
2014-09-28The WT_INTL_FOREACH_BEGIN macro walks the page's index, and it could beKeith Bostic
2014-09-26Clarify that the split transaction value only applies to internal pages.Keith Bostic
2014-09-21Quit trying to clean up the boundary structures on exit, insteadKeith Bostic
2014-09-20The boundary-next field points to the next boundary structure we wereKeith Bostic
2014-09-20typoKeith Bostic
2014-09-17row-search releases "child" on error, and we were updating "child" toKeith Bostic
2014-09-16Fix a salvage bug: if salvaging a variable-length column-store page, andKeith Bostic
2014-09-15Merge branch 'develop' into connection-vs-session-cleanupSusan LoVerso
2014-09-15Merge pull request #1224 from wiredtiger/random-per-sessionMichael Cahill
2014-09-14Add a debug routine to print out an address, it helps with salvageKeith Bostic
2014-09-13The error routine we're hitting isn't row-store specific, fix the errorKeith Bostic
2014-09-13Make random number generation be per session in the WiredTiger library,Keith Bostic
2014-09-12If we're doing raw compression in service of eviction, and haven't foundKeith Bostic
2014-09-12Merge branch 'develop' into connection-vs-session-cleanupKeith Bostic
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-12Merge pull request #1213 from wiredtiger/force-allAlex Gorrod
2014-09-11Change transaction ID allocation so that if transactions stop, the last ID be...Michael Cahill
2014-09-10Rename __wt_conn_verbose_config to be __wt_verbose_config,Keith Bostic
2014-09-04Minor cleanups: "onpage_ovfl" is never interesting if the overflow keyKeith Bostic
2014-09-03Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care ofSusan LoVerso
2014-09-03Alex's suggestion, break apart a large statement into an inlineKeith Bostic
2014-09-02Rework c92bd26, that change only worked because the underlying blockKeith Bostic
2014-09-01Rework 5169532; it's not enough to select a page size that's largeKeith Bostic
2014-09-01typo, get rid of "leaf leaf" in error message.Keith Bostic
2014-09-01Flag the change as a compiler warning, I don't think it's a real problem.Keith Bostic
2014-09-01clang complaints for unconditionalized variables; I don't believe either areKeith Bostic
2014-09-01clang complaint: rec_write.c:2141:15: warning: variable 'result_len' mayKeith Bostic
2014-09-01clang complaint: rec_split.c:1023:16: warning: variable 'parent' may beKeith Bostic
2014-09-01clang complaint: bt_curprev.c:83:6: warning: variable 'ins' may beKeith Bostic
2014-09-01Decrement the RLE *before* setting the number of skip items to 0.Keith Bostic
2014-09-01One more try to get the range check for overflow records correct.Keith Bostic
2014-09-0194e8052 wasn't right either: we need any overflow item appearing in theKeith Bostic
2014-08-31If we fail to acquire a block during salvage (in this case becauseKeith Bostic
2014-09-01src/btree/rec_write.c:3238:182: error: implicit conversion loses integer prec...Michael Cahill
2014-08-31One more time, this function doesn't return an error (and I don't see anyKeith Bostic
2014-08-31Unused variable.Keith Bostic
2014-08-31We can't split during salvage: first, turn off raw compression (becauseKeith Bostic
2014-08-31Shuffle some code for clarity and to make lint happy (no real change).Keith Bostic
2014-08-30If we have "missing" records flagged by salvage, and we're not skippingKeith Bostic