Use mutable context for TCPHandler::customizeContext

This commit is contained in:
Nikolai Kochetov 2021-06-01 12:27:05 +03:00
parent aa366829de
commit c673eb2040

View File

@ -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;