mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +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;
|
||||
|
||||
/// This method is called right before the query execution.
|
||||
virtual void customizeContext(ContextPtr /*context*/) {}
|
||||
virtual void customizeContext(ContextMutablePtr /*context*/) {}
|
||||
|
||||
private:
|
||||
IServer & server;
|
||||
|
Loading…
Reference in New Issue
Block a user