mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
dbms: tiny fixes [#CONV-2944].
This commit is contained in:
parent
2f5c9b3532
commit
7f2fe9f936
@ -58,6 +58,7 @@ public:
|
||||
|
||||
/// Получить результат
|
||||
virtual Field getResult() const = 0;
|
||||
|
||||
virtual ~IAggregateFunction() {};
|
||||
};
|
||||
|
||||
|
@ -87,6 +87,7 @@ class IConnectionPool : private boost::noncopyable
|
||||
public:
|
||||
typedef detail::ConnectionPoolEntry Entry;
|
||||
virtual Entry get() = 0;
|
||||
virtual ~IConnectionPool() {}
|
||||
};
|
||||
|
||||
typedef SharedPtr<IConnectionPool> ConnectionPoolPtr;
|
||||
|
Loading…
Reference in New Issue
Block a user