diff --git a/src/servers/src/http/header.rs b/src/servers/src/http/header.rs index f8907f1e75..b994da9450 100644 --- a/src/servers/src/http/header.rs +++ b/src/servers/src/http/header.rs @@ -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");