garage/src/db
Jakub Jirutka 6d3ace1ea9
All checks were successful
continuous-integration/drone/pr Build is passing
Fix undefined macro warn! on 32-bit
Compiling garage_db v0.8.2 (garage-0.8.2/src/db)
    error: cannot find macro `warn` in this scope
       --> src/db/lmdb_adapter.rs:352:2
        |
    352 |     warn!("LMDB is not recommended on 32-bit systems, database size will be limited");
        |     ^^^^
        |
        = help: consider importing this macro:
                tracing::warn
        = note: `warn` is in scope, but it is an attribute: `#[warn]`
    error: could not compile `garage_db` due to previous error
2023-05-07 17:01:44 +02:00
..
bin Fix garage_db build on 32-bit systems 2022-06-09 14:55:20 +02:00
Cargo.toml Prepare for v0.8.2 2023-03-13 18:46:31 +01:00
counted_tree_hack.rs Abstract database behind generic interface and implement alternative drivers (#322) 2022-06-08 10:01:44 +02:00
lib.rs cli: prettier table in garage stats 2022-12-13 15:43:22 +01:00
lmdb_adapter.rs Fix undefined macro warn! on 32-bit 2023-05-07 17:01:44 +02:00
sled_adapter.rs improve internal item counter mechanisms and implement bucket quotas (#326) 2022-06-15 20:20:28 +02:00
sqlite_adapter.rs cli: prettier table in garage stats 2022-12-13 15:43:22 +01:00
test.rs Fix conditional testing in garage_db 2022-10-14 18:27:18 +02:00