mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
9bed59ddbd
commit
57854230c1
@ -68,6 +68,8 @@ private:
|
||||
Context * global_context; /// Глобальный контекст или NULL, если его нет. (Возможно, равен this.)
|
||||
|
||||
public:
|
||||
Context() : shared(new ContextShared) {}
|
||||
|
||||
String getPath() const;
|
||||
void setPath(const String & path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user