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

[shardingsphere] branch master updated (c0f3c4f -> 064321d)

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

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


    from c0f3c4f  add unit test `SchemaMetaDataNode.getMetaDataNodePath()` (#16559)
     add 064321d  Fix navicat show wrong result when user chose design table (#16562)

No new revisions were added by this update.

Summary of changes:
 .../schema/builder/SystemSchemaBuilderRule.java    |   3 +-
 .../schema/mysql/information_schema/columns.yaml   |   2 +-
 .../sys.yaml => information_schema/engines.yaml}   |  37 +++---
 .../{columns.yaml => parameters.yaml}              |  70 +++--------
 .../{columns.yaml => routines.yaml}                | 136 +++++++++++++++------
 .../sys.yaml => information_schema/schemata.yaml}  |  31 ++---
 .../schema/mysql/information_schema/tables.yaml    |   2 +-
 .../schema/mysql/information_schema/views.yaml     |   2 +-
 .../builder/SystemSchemaBuilderRuleTest.java       |   2 +-
 .../schema/builder/SystemSchemaBuilderTest.java    |   2 +-
 .../admin/mysql/MySQLAdminExecutorFactory.java     |   7 +-
 .../MySQLInformationSchemaExecutorFactory.java     |  17 +--
 .../mysql/executor/ShowTablesStatusExecutor.java   |  73 -----------
 .../admin/mysql/MySQLAdminExecutorFactoryTest.java |  12 --
 .../executor/ShowTablesStatusExecutorTest.java     |  99 ---------------
 15 files changed, 175 insertions(+), 320 deletions(-)
 copy shardingsphere-infra/shardingsphere-infra-common/src/main/resources/schema/mysql/{sys/sys.yaml => information_schema/engines.yaml} (73%)
 copy shardingsphere-infra/shardingsphere-infra-common/src/main/resources/schema/mysql/information_schema/{columns.yaml => parameters.yaml} (72%)
 copy shardingsphere-infra/shardingsphere-infra-common/src/main/resources/schema/mysql/information_schema/{columns.yaml => routines.yaml} (60%)
 copy shardingsphere-infra/shardingsphere-infra-common/src/main/resources/schema/mysql/{sys/sys.yaml => information_schema/schemata.yaml} (74%)
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/ShowTablesStatusExecutor.java
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/ShowTablesStatusExecutorTest.java