mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
clickhouse: fixed small bug [#CONV-6561].
This commit is contained in:
parent
9b3b82c750
commit
7a6c4e4545
@ -41,6 +41,7 @@ public:
|
||||
StoragePtr& operator = (const StoragePtr & p)
|
||||
{
|
||||
ptr = p.ptr;
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool operator == (const IStorage * p)
|
||||
|
Loading…
Reference in New Issue
Block a user