mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Test for system.data_skipping_indices with MaterializedMySQL
This commit is contained in:
parent
e609a9f3d1
commit
f402d80bce
@ -546,3 +546,9 @@ def test_create_table_as_select(started_cluster, started_mysql_8_0, clickhouse_n
|
|||||||
materialized_with_ddl.create_table_as_select(
|
materialized_with_ddl.create_table_as_select(
|
||||||
clickhouse_node, started_mysql_8_0, "mysql80"
|
clickhouse_node, started_mysql_8_0, "mysql80"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def test_table_with_indexes(started_cluster, started_mysql_8_0, clickhouse_node):
|
||||||
|
materialized_with_ddl.table_with_indexes(
|
||||||
|
clickhouse_node, started_mysql_8_0, "mysql80"
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user