mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fixed system.data_skipping_indices for MaterializedMySQL
Related to #53350
This commit is contained in:
parent
b0687e650a
commit
0cccb2ac3b
@ -43,6 +43,10 @@ public:
|
||||
|
||||
bool supportsTrivialCountOptimization() const override { return false; }
|
||||
|
||||
IndexSizeByName getSecondaryIndexSizes() const override {
|
||||
return nested_storage->getSecondaryIndexSizes();
|
||||
}
|
||||
|
||||
private:
|
||||
[[noreturn]] static void throwNotAllowed()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user