-
Notifications
You must be signed in to change notification settings - Fork 72
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
build: add the Speedb plugin to the build by default #87
Labels
enhancement
New feature or request
Comments
isaac-io
added a commit
that referenced
this issue
Jul 31, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
isaac-io
added a commit
that referenced
this issue
Jul 31, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
Yuval-Ariel
pushed a commit
that referenced
this issue
Nov 23, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
Yuval-Ariel
pushed a commit
that referenced
this issue
Nov 25, 2022
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
Yuval-Ariel
pushed a commit
that referenced
this issue
Apr 30, 2023
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
udi-speedb
pushed a commit
that referenced
this issue
Oct 31, 2023
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
udi-speedb
pushed a commit
that referenced
this issue
Dec 1, 2023
This allows us to make sure that our additions are included in the build even if the user forgot to set `ROCKSDB_PLUGINS` explicitly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently users have to opt into building the Speedb plugin in order to gain access to the new memtable (and other features in the future). Change the Makefile and the CMake configuration to add it if it hasn't been specified.
The text was updated successfully, but these errors were encountered: