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 2020/08/10 10:20:33 UTC

[shardingsphere] branch master updated (81d47e4 -> 4b84b8d)

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

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


    from 81d47e4  Refactor RuleSchemaMetaDataLoader.decorate (#6757)
     add 4b84b8d  Add DatabaseType for SchemaContexts (#6758)

No new revisions were added by this update.

Summary of changes:
 .../core/schema/OrchestrationSchemaContexts.java   | 28 +++++++++++++---------
 .../OrchestrationShardingSphereDataSource.java     |  6 +++--
 .../kernel/context/SchemaContextsBuilder.java      |  2 +-
 .../kernel/context/StandardSchemaContexts.java     | 14 +++++------
 .../jdbc/connection/BackendConnectionTest.java     |  4 +++-
 .../jdbc/datasource/JDBCBackendDataSourceTest.java |  4 +++-
 .../backend/schema/ProxySchemaContextsTest.java    |  4 +++-
 .../text/admin/BroadcastBackendHandlerTest.java    |  4 +++-
 .../admin/ShowDatabasesBackendHandlerTest.java     |  4 +++-
 .../text/admin/UnicastBackendHandlerTest.java      |  4 +++-
 .../text/admin/UseDatabaseBackendHandlerTest.java  |  4 +++-
 .../sctl/set/ShardingCTLSetBackendHandlerTest.java |  4 +++-
 .../mysql/MySQLProtocolFrontendEngineTest.java     |  4 +++-
 .../mysql/auth/MySQLAuthenticationEngineTest.java  |  4 +++-
 .../mysql/auth/MySQLAuthenticationHandlerTest.java |  3 ++-
 .../ProxyOrchestrationSchemaContextsTest.java      |  4 +++-
 16 files changed, 63 insertions(+), 34 deletions(-)