Merge branch 'master' into fix-prewhere-with-aliases-3

This commit is contained in:
Nikolai Kochetov 2018-09-06 21:49:25 +03:00
commit af47426401

View File

@ -131,7 +131,8 @@ protected:
Context & context_,
size_t num_shards_, const Thresholds & min_thresholds_, const Thresholds & max_thresholds_,
const String & destination_database_, const String & destination_table_, bool allow_materialized_);
~StorageBuffer();
~StorageBuffer() override;
};
}