mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fix keeper build
This commit is contained in:
parent
94c44cefc8
commit
4e3f2aae40
@ -5,6 +5,7 @@
|
|||||||
#include <Common/ThreadPool.h>
|
#include <Common/ThreadPool.h>
|
||||||
#include <Common/callOnce.h>
|
#include <Common/callOnce.h>
|
||||||
#include <Disks/IO/IOUringReader.h>
|
#include <Disks/IO/IOUringReader.h>
|
||||||
|
#include <Storages/StorageS3Settings.h>
|
||||||
|
|
||||||
#include <Core/ServerSettings.h>
|
#include <Core/ServerSettings.h>
|
||||||
|
|
||||||
|
@ -163,6 +163,8 @@ public:
|
|||||||
zkutil::ZooKeeperPtr getZooKeeper() const;
|
zkutil::ZooKeeperPtr getZooKeeper() const;
|
||||||
|
|
||||||
const StorageS3Settings & getStorageS3Settings() const;
|
const StorageS3Settings & getStorageS3Settings() const;
|
||||||
|
|
||||||
|
const String & getUserName() const { static std::string user; return user; }
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user