Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WT-3779 Add support for string formats with WT_CURSOR::modify #3851

Merged
merged 3 commits into from
Jan 2, 2018

Conversation

keithbostic
Copy link
Contributor

No description provided.

@keithbostic keithbostic self-assigned this Dec 24, 2017
doesn't initialize the value-format field. Use the underlying tree
format instead. This means a bunch of the original commit to drive
the cursor down into the modify routines is no longer necessary,
but I'm leaving it alone, I slightly prefer using a cursor in the
low-level routines to using a WT_ITEM.
through the "standard" cursor functions, as opposed to the "file" cursor
functions). Change reconciliation to initialize the value-format of the
cursor from the underlying tree.
Copy link
Member

@sulabhM sulabhM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@agorrod
Copy link
Member

agorrod commented Jan 2, 2018

Thanks @keithbostic lgtm - I'm excited about this change, it'll make it much easier to add modify support to our test programs.

@agorrod agorrod merged commit 5b97c2e into develop Jan 2, 2018
@agorrod agorrod deleted the wt-3779-modify-string-format branch January 2, 2018 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants