diff --git a/src/Interpreters/SessionLog.cpp b/src/Interpreters/SessionLog.cpp index a0c29c07d38..a90fe57a343 100644 --- a/src/Interpreters/SessionLog.cpp +++ b/src/Interpreters/SessionLog.cpp @@ -105,7 +105,9 @@ NamesAndTypesList SessionLogElement::getNamesAndTypes() {"HTTP", static_cast(Interface::HTTP)}, {"gRPC", static_cast(Interface::GRPC)}, {"MySQL", static_cast(Interface::MYSQL)}, - {"PostgreSQL", static_cast(Interface::POSTGRESQL)} + {"PostgreSQL", static_cast(Interface::POSTGRESQL)}, + {"LOCAL", static_cast(Interface::LOCAL)}, + {"TCP_INTERSERVER", static_cast(Interface::TCP_INTERSERVER)} }); auto lc_string_datatype = std::make_shared(std::make_shared());