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

integrate open source expiry features into eleveldb option processing #203

Merged
merged 3 commits into from
Jul 6, 2016

Conversation

matthewvon
Copy link
Contributor

Automatically add an ExpiryModuleOS object to leveldb::Options if any one of the 3 expiry options seen. Only need one instance of the object and it will auto destruct after last pointer released.

@@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
fi
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well

LEVELDB_VSN=""
LEVELDB_VSN="mv-expiry"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still needed? I think the mv-expiry branch of leveldb has been merged to develop.

Copy link
Contributor Author

@matthewvon matthewvon Jul 5, 2016

Choose a reason for hiding this comment

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

Good catch ... that is one of the classic eleveldb check-in screw ups.

Restored to default ""

@paulplace
Copy link
Contributor

+1 2f58433

@matthewvon matthewvon merged commit a81e614 into develop Jul 6, 2016
@martincox martincox deleted the mv-expiry branch January 26, 2022 12:47
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.

None yet

2 participants