mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +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.)
|
Context * global_context; /// Глобальный контекст или NULL, если его нет. (Возможно, равен this.)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Context() : shared(new ContextShared) {}
|
||||||
|
|
||||||
String getPath() const;
|
String getPath() const;
|
||||||
void setPath(const String & path);
|
void setPath(const String & path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user