influxdb/influxdb_iox
Dom Dwyer aaec1c7828 build: propagate feature flags to influxdb_ioxd
When you did a "cargo build --no-default-features" before this commit,
the influxdb_iox crate was compiled without the default features
(namely jemalloc stuff) but the influxdb_ioxd crate was compiled with
jemalloc (it was not possible to compile without jemalloc support).

This commit fixes propagation of the jemalloc flag
("jemalloc_replacing_malloc") into the influxdb_ioxd crate.
2022-03-07 15:44:13 +00:00
..
src feat: add a flag to enable per-partition tracing (#3928) 2022-03-07 13:49:23 +00:00
tests feat: include trace ID in query log (#3912) (#3923) 2022-03-03 17:50:49 +00:00
Cargo.toml build: propagate feature flags to influxdb_ioxd 2022-03-07 15:44:13 +00:00
build.rs fix: GIT version in `--version` 2021-11-30 16:06:27 +01:00