From 64683d96375359bc932c655fef5cf59b29b5dfa3 Mon Sep 17 00:00:00 2001 From: Cylance <11178036+cylance@user.noreply.gitee.com> Date: Wed, 21 May 2025 09:56:14 +0800 Subject: [PATCH] modify sys_57.sql --- scripts/sys_schema/sys_57.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/sys_schema/sys_57.sql b/scripts/sys_schema/sys_57.sql index e64148cca..ff8586a2d 100644 --- a/scripts/sys_schema/sys_57.sql +++ b/scripts/sys_schema/sys_57.sql @@ -86,11 +86,8 @@ SOURCE ./views/p_s/x_memory_global_total.sql SOURCE ./views/p_s/schema_index_statistics.sql SOURCE ./views/p_s/x_schema_index_statistics.sql SOURCE ./views/p_s/x_ps_schema_table_statistics_io.sql -SOURCE ./views/p_s/x_ps_schema_table_statistics_io_aggregation_partition.sql SOURCE ./views/p_s/schema_table_statistics.sql -SOURCE ./views/p_s/schema_table_statistics_aggregation_partition.sql SOURCE ./views/p_s/x_schema_table_statistics.sql -SOURCE ./views/p_s/x_schema_table_statistics_aggregation_partition.sql SOURCE ./views/p_s/schema_table_statistics_with_buffer.sql SOURCE ./views/p_s/x_schema_table_statistics_with_buffer.sql SOURCE ./views/p_s/schema_tables_with_full_table_scans.sql -- Gitee