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 2021/03/11 05:35:52 UTC

[shardingsphere] branch master updated (87c975c -> 170732c)

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 87c975c  Fix typo (#9629)
     new 8b8a767  Add MySQLTableMetaDataLoader
     new 4a64760  Fix test case
     new 6fdcca4  Fix test case
     new 170732c  Merge pull request #9630 from terrymanu/dev

The 28333 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../loader/dialect/MySQLTableMetaDataLoader.java   | 93 ++++++++++++++++++++++
 ...a.schema.builder.spi.DialectTableMetaDataLoader |  3 +-
 .../datasource/ShardingSphereDataSourceTest.java   |  5 +-
 ...ernanceShardingSphereDataSourceFactoryTest.java | 10 +--
 4 files changed, 101 insertions(+), 10 deletions(-)
 create mode 100644 shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/metadata/schema/builder/loader/dialect/MySQLTableMetaDataLoader.java
 copy lombok.config => shardingsphere-infra/shardingsphere-infra-common/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.metadata.schema.builder.spi.DialectTableMetaDataLoader (89%)