Fixed system.data_skipping_indices for MaterializedMySQL

Related to #53350
This commit is contained in:
Filipp Ozinov 2023-08-14 01:57:41 +04:00 committed by GitHub
parent b0687e650a
commit 0cccb2ac3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,10 @@ public:
bool supportsTrivialCountOptimization() const override { return false; }
IndexSizeByName getSecondaryIndexSizes() const override {
return nested_storage->getSecondaryIndexSizes();
}
private:
[[noreturn]] static void throwNotAllowed()
{