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/19 07:19:06 UTC

[shardingsphere] branch master updated (d8d198a -> 28cae6b)

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

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


    from d8d198a  Optimize sharding binding table logic (#14884)
     add 28cae6b  Add DataSourcePoolMetaData.getTransientFieldNames() (#14887)

No new revisions were added by this update.

Summary of changes:
 .../datasource/pool/metadata/DataSourcePoolMetaData.java     |  8 ++++++++
 .../pool/metadata/impl/DefaultDataSourcePoolMetaData.java    |  6 ++++++
 .../pool/metadata/impl/HikariDataSourcePoolMetaData.java     | 12 ++++++++++++
 .../infra/config/datasource/props/DataSourceProperties.java  |  6 ++++--
 .../datasource/props/custom/CustomDataSourceProperties.java  |  4 +++-
 .../pool/metadata/fixture/MockedDataSourcePoolMetaData.java  |  7 +++++++
 .../props/custom/CustomDataSourcePropertiesTest.java         |  5 ++++-
 .../text/distsql/rql/resource/DataSourceQueryResultSet.java  | 10 ++--------
 8 files changed, 46 insertions(+), 12 deletions(-)