You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/01/23 07:05:36 UTC

[shardingsphere] branch master updated (a7df5c7 -> 12c5f72)

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

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


    from a7df5c7  Rename tryLock to tryGlobalLock (#9131)
     add 12c5f72  Fixes #9118 (#9134)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere/sharding/rule/ShardingRule.java |   1 +
 .../cases/dql/dql-integration-test-cases.xml       |  20 +-
 .../resources/docker/db/proxy/conf/config-db.yaml  |   2 +
 .../conf/config-dbtbl-with-replica-query.yaml      | 206 +++++++++++----------
 .../proxy/conf/config-replica-query.yaml           |  16 +-
 .../docker/tbl/proxy/conf/config-tbl.yaml          |  68 +++----
 .../src/test/resources/env/db/rules.yaml           |   2 +
 .../env/dbtbl_with_replica_query/rules.yaml        |   2 +
 .../src/test/resources/env/tbl/rules.yaml          |   2 +
 9 files changed, 166 insertions(+), 153 deletions(-)