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

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


    from 791ed75e36b support shadow and readwrite-splitting mix it (#20858)
     add 2473fa248c4 Rename sql-federation-enabled to sql-federation-type and 
update document (#20859)

No new revisions were added by this update.

Summary of changes:
 .../content/user-manual/common-config/props.cn.md  | 16 ++++-----
 .../content/user-manual/common-config/props.en.md  |  4 +--
 .../shardingsphere-proxy/yaml-config/props.cn.md   | 38 +++++++++++-----------
 .../shardingsphere-proxy/yaml-config/props.en.md   | 38 +++++++++++-----------
 .../type/ShardingRouteEngineFactoryTest.java       |  9 +----
 .../decider/engine/SQLFederationDeciderEngine.java |  4 +--
 .../engine/SQLFederationDeciderEngineTest.java     |  8 ++---
 .../config/props/ConfigurationPropertyKey.java     |  6 ++--
 .../config/props/ConfigurationPropertiesTest.java  |  6 ++--
 .../singletable/route/SingleTableSQLRouter.java    |  4 +--
 .../factory/SQLFederationExecutorFactory.java      |  5 +--
 .../src/main/resources/conf/server.yaml            |  3 +-
 .../env/scenario/mysql_ha/proxy/server.yaml        |  2 +-
 .../src/test/resources/env/mysql/server-5.yaml     |  2 +-
 .../src/test/resources/env/mysql/server-8.yaml     |  2 +-
 .../src/test/resources/env/opengauss/server.yaml   |  3 +-
 .../src/test/resources/env/postgresql/server.yaml  |  3 +-
 .../env/common/cluster/proxy/conf/server.yaml      |  2 +-
 .../env/common/standalone/proxy/conf/server.yaml   |  2 +-
 .../src/test/resources/env/scenario/db/rules.yaml  |  2 +-
 .../dbtbl_with_readwrite_splitting/rules.yaml      |  2 +-
 .../rules.yaml                                     |  2 +-
 .../encrypt_and_readwrite_splitting/rules.yaml     |  2 +-
 .../env/scenario/sharding_and_encrypt/rules.yaml   |  2 +-
 .../src/test/resources/env/scenario/tbl/rules.yaml |  2 +-
 .../src/test/resources/env/mysql/server.yaml       |  2 +-
 .../src/test/resources/env/opengauss/server.yaml   |  2 +-
 .../src/test/resources/env/postgresql/server.yaml  |  2 +-
 .../scenario/sharding/config/sharding-rule.yaml    |  2 +-
 29 files changed, 87 insertions(+), 90 deletions(-)

Reply via email to