mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update IDisk.h
This commit is contained in:
parent
9007ddfe22
commit
322870acd2
@ -35,7 +35,6 @@ using Reservations = std::vector<ReservationPtr>;
|
||||
|
||||
class ReadBufferFromFileBase;
|
||||
class WriteBufferFromFileBase;
|
||||
class Context;
|
||||
class MMappedFileCache;
|
||||
|
||||
/**
|
||||
@ -232,7 +231,7 @@ public:
|
||||
/// Required for remote disk to ensure that replica has access to data written by other node
|
||||
virtual bool checkUniqueId(const String & id) const { return exists(id); }
|
||||
|
||||
/// Reload config if config changed
|
||||
/// Reload config if it was changed
|
||||
virtual void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & /* config */,
|
||||
const String & /* config_prefix */,
|
||||
ContextPtr /* context */) { }
|
||||
|
Loading…
Reference in New Issue
Block a user