mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Use mutable context for TCPHandler::customizeContext
This commit is contained in:
parent
aa366829de
commit
c673eb2040
@ -119,7 +119,7 @@ public:
|
|||||||
void run() override;
|
void run() override;
|
||||||
|
|
||||||
/// This method is called right before the query execution.
|
/// This method is called right before the query execution.
|
||||||
virtual void customizeContext(ContextPtr /*context*/) {}
|
virtual void customizeContext(ContextMutablePtr /*context*/) {}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
IServer & server;
|
IServer & server;
|
||||||
|
Loading…
Reference in New Issue
Block a user