You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/25 09:29:26 UTC

[shardingsphere] branch master updated (dc27f5c -> fec457b)

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

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


    from dc27f5c  Modify rewrite logic to support schema name in projection owner (#15055)
     add fec457b  MGRDatabaseDiscoveryType add check data source does it exist mgr group. (#15020)

No new revisions were added by this update.

Summary of changes:
 .../dbdiscovery/spi/DatabaseDiscoveryType.java     |  4 +--
 .../dbdiscovery/rule/DatabaseDiscoveryRule.java    |  6 ++---
 .../fixture/TestDatabaseDiscoveryType.java         |  2 +-
 .../fixture/MGRDatabaseDiscoveryTypeFixture.java   |  2 +-
 .../dbdiscovery/mgr/MGRDatabaseDiscoveryType.java  | 30 ++++++++++++++++++++--
 .../mgr/MGRDatabaseDiscoveryTypeTest.java          | 15 +++++++++--
 .../opengauss/OpenGaussDatabaseDiscoveryType.java  |  2 +-
 .../OpenGaussDatabaseDiscoveryTypeTest.java        |  4 ++-
 .../distsql/fixture/TestDatabaseDiscoveryType.java |  2 +-
 9 files changed, 53 insertions(+), 14 deletions(-)