You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/04/13 01:32:08 UTC

[shardingsphere] branch master updated (664f71a281c -> ddeb628dd35)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 664f71a281c change default h2 dep scope to test (#25133)
     add ddeb628dd35 Add more mysql performance_schema tables (#25146)

No new revisions were added by this update.

Summary of changes:
 .../schema/builder/SystemSchemaBuilderRule.java    |   4 +-
 .../events_waits_history_long.yaml                 | 171 ++++++++++++++++
 ...nts_waits_summary_by_account_by_event_name.yaml |  83 ++++++++
 ...events_waits_summary_by_host_by_event_name.yaml |  75 +++++++
 .../events_waits_summary_by_instance.yaml          |  75 +++++++
 ...ents_waits_summary_by_thread_by_event_name.yaml |  75 +++++++
 ...events_waits_summary_by_user_by_event_name.yaml |  75 +++++++
 .../events_waits_summary_global_by_event_name.yaml |  67 +++++++
 .../mysql/performance_schema/file_instances.yaml   |  43 ++++
 .../file_summary_by_event_name.yaml                | 203 +++++++++++++++++++
 .../file_summary_by_instance.yaml                  | 219 +++++++++++++++++++++
 .../builder/SystemSchemaBuilderRuleTest.java       |   2 +-
 .../schema/builder/SystemSchemaBuilderTest.java    |   2 +-
 ...rformance_schema_events_waits_history_long.xml} |   0
 ...nts_waits_summary_by_account_by_event_name.xml} |   0
 ...events_waits_summary_by_host_by_event_name.xml} |   0
 ...nce_schema_events_waits_summary_by_instance.xml |  28 +++
 ...ents_waits_summary_by_thread_by_event_name.xml} |   0
 ...events_waits_summary_by_user_by_event_name.xml} |   0
 ..._events_waits_summary_global_by_event_name.xml} |   0
 ...ect_mysql_performance_schema_file_instances.xml |  24 +++
 ...rformance_schema_file_summary_by_event_name.xml |  44 +++++
 ...performance_schema_file_summary_by_instance.xml |  46 +++++
 .../dql/dql-integration-select-system-schema.xml   |  40 ++++
 24 files changed, 1273 insertions(+), 3 deletions(-)
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_history_long.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_summary_by_account_by_event_name.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_summary_by_host_by_event_name.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_summary_by_instance.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_summary_by_thread_by_event_name.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_summary_by_user_by_event_name.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/events_waits_summary_global_by_event_name.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/file_instances.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/file_summary_by_event_name.yaml
 create mode 100644 infra/common/src/main/resources/schema/mysql/performance_schema/file_summary_by_instance.yaml
 copy test/e2e/sql/src/test/resources/cases/dql/dataset/db/{select_mysql_performance_schema_events_waits_current.xml => select_mysql_performance_schema_events_waits_history_long.xml} (100%)
 copy test/e2e/sql/src/test/resources/cases/dql/dataset/db/{select_mysql_performance_schema_events_stages_summary_by_account_by_event_name.xml => select_mysql_performance_schema_events_waits_summary_by_account_by_event_name.xml} (100%)
 copy test/e2e/sql/src/test/resources/cases/dql/dataset/db/{select_mysql_performance_schema_events_stages_summary_by_host_by_event_name.xml => select_mysql_performance_schema_events_waits_summary_by_host_by_event_name.xml} (100%)
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_mysql_performance_schema_events_waits_summary_by_instance.xml
 copy test/e2e/sql/src/test/resources/cases/dql/dataset/db/{select_mysql_performance_schema_events_stages_summary_by_thread_by_event_name.xml => select_mysql_performance_schema_events_waits_summary_by_thread_by_event_name.xml} (100%)
 copy test/e2e/sql/src/test/resources/cases/dql/dataset/db/{select_mysql_performance_schema_events_stages_summary_by_user_by_event_name.xml => select_mysql_performance_schema_events_waits_summary_by_user_by_event_name.xml} (100%)
 copy test/e2e/sql/src/test/resources/cases/dql/dataset/db/{select_mysql_performance_schema_events_stages_summary_global_by_event_name.xml => select_mysql_performance_schema_events_waits_summary_global_by_event_name.xml} (100%)
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_mysql_performance_schema_file_instances.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_mysql_performance_schema_file_summary_by_event_name.xml
 create mode 100644 test/e2e/sql/src/test/resources/cases/dql/dataset/db/select_mysql_performance_schema_file_summary_by_instance.xml