This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new d96d07f Update Sharding Sphere to ShardingSphere (#15367)
d96d07f is described below
commit d96d07ff22864cf28253747d8de7505bd3dac247
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Feb 11 20:50:01 2022 +0800
Update Sharding Sphere to ShardingSphere (#15367)
* Update Sharding Sphere to ShardingSphere
* Fix typo
---
.../api-change-history/shardingsphere-jdbc/yaml-configuration.cn.md | 2 +-
docs/document/content/reference/faq/_index.en.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/docs/document/content/reference/api-change-history/shardingsphere-jdbc/yaml-configuration.cn.md
b/docs/document/content/reference/api-change-history/shardingsphere-jdbc/yaml-configuration.cn.md
index 636a558..a0a862c 100644
---
a/docs/document/content/reference/api-change-history/shardingsphere-jdbc/yaml-configuration.cn.md
+++
b/docs/document/content/reference/api-change-history/shardingsphere-jdbc/yaml-configuration.cn.md
@@ -345,7 +345,7 @@ dataSources: # 配置数据源列表,必须是有效的 jdbc 配置,目前仅支
password: password
masterSlaveRule: # 这里配置这个规则的话,相当于是全局读写分离配置
name: ds_rw #
名称,合法的字符串即可,但如果涉及到在读写分离的基础上设置分库分表,则名称需要有意义才可以,另外,虽然目前没有强制要求,但主从库配置需要配置在实际关联的主从库上,如果配置的数据源之间主从是断开的状态,那么可能会发生写入的数据对于只读会话无法读取到的问题
- # 如果一个会话发生了写入并且没有提交(显式打开事务),sharding sphere 在后续的路由中,select 都会在主库执行,直到会话提交
+ # 如果一个会话发生了写入并且没有提交(显式打开事务), ShardingSphere 在后续的路由中,select 都会在主库执行,直到会话提交
masterDataSourceName: master_ds_0 # 主库的 DataSource 名称
slaveDataSourceNames: # 从库的 DataSource 列表,至少需要有一个
- slave_ds_0
diff --git a/docs/document/content/reference/faq/_index.en.md
b/docs/document/content/reference/faq/_index.en.md
index 7538ba6..c709e8c 100644
--- a/docs/document/content/reference/faq/_index.en.md
+++ b/docs/document/content/reference/faq/_index.en.md
@@ -71,7 +71,7 @@ Answer:
- DataGrip:2020.1、2021.1 (turn on "introspect using jdbc metadata" in idea
or datagrip).
- WorkBench:8.0.25.
-## [Proxy] When using a client such as Navicat to connect to Sharding
Sphere-Proxy, if Sharding Sphere-Proxy does not create a Schema or does not add
a Resource, the client connection will fail?
+## [Proxy] When using a client such as Navicat to connect to
ShardingSphere-Proxy, if ShardingSphere-Proxy does not create a Schema or does
not add a Resource, the client connection will fail?
Answer:
@@ -92,7 +92,7 @@ Answer:
The division result of Java integers is also integer, but in Groovy syntax of
inline expression, the division result of integers is float number.
To obtain integer division result, A/B needs to be modified as A.intdiv(B).
-## [Sharding] If sharding database is partial, should tables without sharding
database & table be configured in sharding rules?
+## [Sharding] If sharding database is partial, should tables without sharding
database & table configured in sharding rules?
Answer: