fix: change back GREPTIME_DB_HEADER_NAME header key name (#3184)

fix: change back dbname header key
This commit is contained in:
shuiyisong
2024-01-17 17:30:32 +08:00
committed by GitHub
parent fbd0197794
commit ae160c2def

View File

@@ -17,7 +17,7 @@ use headers::{Header, HeaderName, HeaderValue};
pub const GREPTIME_DB_HEADER_FORMAT: &str = "x-greptime-format";
pub const GREPTIME_DB_HEADER_EXECUTION_TIME: &str = "x-greptime-execution-time";
pub static GREPTIME_DB_HEADER_NAME: HeaderName = HeaderName::from_static("x-greptime-name");
pub static GREPTIME_DB_HEADER_NAME: HeaderName = HeaderName::from_static("x-greptime-db-name");
pub static GREPTIME_TIMEZONE_HEADER_NAME: HeaderName =
HeaderName::from_static("x-greptime-timezone");