summaryrefslogtreecommitdiff
path: root/src/cursor
AgeCommit message (Expand)Author
2014-10-15Fix build warning.Alex Gorrod
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-07Change ae39c3f missed a change, hot backup has to copy the WiredTigerKeith Bostic
2014-10-04STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic
2014-10-02Merge branch 'wt_off_t' of https://github.com/markbenvenuto/wiredtiger into m...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-02Copy the WiredTiger.basecfg and WiredTiger.config files as part of doingKeith Bostic
2014-09-25Merge branch 'develop' into json-loadDon Anderson
2014-09-25Fixes for compiler warnings, cleanup as a result of running s_all.Don Anderson
2014-09-23Fixed compiler conversion warning.Don Anderson
2014-09-23Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-18Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod
2014-09-16KNFKeith Bostic
2014-09-16__wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic
2014-09-09The WT_NOTFOUND return should work the same as other non-zero returns and lea...Michael Cahill
2014-09-02Merge branch 'develop' into json-loadDon Anderson
2014-08-29Fixed error in copying JSON with embedded Unicode.Don Anderson
2014-08-28KNFKeith Bostic
2014-08-28whitespaceKeith Bostic
2014-08-27Coordinate log cursors and log archiving. #1163Susan LoVerso
2014-08-26Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill
2014-08-26Merge develop.Michael Cahill
2014-08-25Move step_count back out of conditional. Fix example printing.Susan LoVerso
2014-08-23Fix a comment.Keith Bostic
2014-08-23Log cursors are readonly period.Keith Bostic
2014-08-23Merge branch 'develop' into json-loadDon Anderson
2014-08-21Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso
2014-08-15Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill
2014-08-11unreachable code (unnecessary function return).Keith Bostic
2014-08-11Minor renaming, __wt_lex_compare_collator to __wt_compare,Keith Bostic
2014-08-10Replace the collator comparison #defines with inline functions,Keith Bostic
2014-08-06Add JSON loading to cursors and wt load utility. refs #740.Don Anderson
2014-08-01Coverity CID 1229478Keith Bostic
2014-08-01Fix a bug I introduced into log cursors: use the log record buffer directly, ...Michael Cahill
2014-08-01Minor lint, I don't think there's a need to cast to const.Keith Bostic
2014-08-01__wt_scr_alloc() can fail, check.Keith Bostic
2014-08-01Make lint happier by not converting a size_t to a uint32_t.Keith Bostic
2014-08-01Visit all log record headers (including commits) at step zero.Michael Cahill
2014-07-31Make step-mode cursors the only log cursor type. #1106Susan LoVerso
2014-07-30Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-30Clean up example. Add a couple comments.Susan LoVerso
2014-07-30Keep buffers with log cursors until close. This avoids some cases where NULL...Michael Cahill
2014-07-29Add fileid to value format. #1106Susan LoVerso
2014-07-29Return real operation key/value information in step cursor. #1106Susan LoVerso
2014-07-29Clean up and fix warnings.Susan LoVerso
2014-07-29Change the content of the value returned to include optype, andSusan LoVerso
2014-07-28Copy the va args for packing the value. #1106Susan LoVerso
2014-07-29Make comment logic match the code (zero/non-zero).Michael Cahill
2014-07-28Merge the mid-level of the bulk code into the cursor level.Keith Bostic