diff options
author | Zdenek Crha <zdenek.crha@gmail.com> | 2024-01-22 20:38:14 +0100 |
---|---|---|
committer | Zdenek Crha <zdenek.crha@gmail.com> | 2024-01-22 21:12:02 +0100 |
commit | 0eef8a69f0006de305281dd374cc63e7a46e4b80 (patch) | |
tree | 5a4282d7cc148d0566784aaceb1691753e29f38b /doc | |
parent | 74e72fc99690e24de498e42d87fc04a123f712d5 (diff) | |
download | garage-0eef8a69f0006de305281dd374cc63e7a46e4b80.tar.gz garage-0eef8a69f0006de305281dd374cc63e7a46e4b80.zip |
make all garage_db::Engine variants un-conditional
Having all Engine enum variants conditional causes compilation errors
when *none* of the DB engine features is enabled. This is not an issue
for full garage build, but affects crates that use garage_db as
dependency.
Change all variants to be present at all times. It solves compilation
errors and also allows us to better differentiate between invalid DB
engine name and engine with support not compiled in current binary.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions