mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #54695 from ClickHouse/kssenii-patch-8
Update WebObjectStorage.cpp
This commit is contained in:
commit
21a14d49fc
@ -110,7 +110,7 @@ void WebObjectStorage::initialize(const String & uri_path, const std::unique_loc
|
|||||||
WebObjectStorage::WebObjectStorage(
|
WebObjectStorage::WebObjectStorage(
|
||||||
const String & url_,
|
const String & url_,
|
||||||
ContextPtr context_)
|
ContextPtr context_)
|
||||||
: WithContext(context_->getBufferContext())
|
: WithContext(context_->getGlobalContext())
|
||||||
, url(url_)
|
, url(url_)
|
||||||
, log(&Poco::Logger::get("WebObjectStorage"))
|
, log(&Poco::Logger::get("WebObjectStorage"))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user