This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 784fcaa Add judgment on null schema (#14250)
add 2ac7ba8 Add a check for whether to use when drop db_discovery rule
(#14228)
No new revisions were added by this update.
Summary of changes:
.../constant/DatabaseDiscoveryRuleConstants.java | 30 -----------------
.../dbdiscovery/rule/DatabaseDiscoveryRule.java | 9 +++--
.../query/DatabaseDiscoveryRuleQueryResultSet.java | 4 +--
.../DropDatabaseDiscoveryRuleStatementUpdater.java | 39 ++++++++++++++--------
...pDatabaseDiscoveryRuleStatementUpdaterTest.java | 6 ++--
.../rule/ReadwriteSplittingDataSourceRule.java | 6 ++--
.../rule/ReadwriteSplittingRule.java | 10 ++++--
.../ReadwriteSplittingRuleQueryResultSet.java | 10 +++---
.../ReadwriteSplittingRuleQueryResultSetTest.java | 8 ++---
.../distsql/constant/ExportableConstants.java | 10 ++++--
...howReadwriteSplittingReadResourcesExecutor.java | 8 ++---
11 files changed, 65 insertions(+), 75 deletions(-)
delete mode 100644
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/constant/DatabaseDiscoveryRuleConstants.java
rename
shardingsphere-features/shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-api/src/main/java/org/apache/shardingsphere/readwritesplitting/constant/ReadwriteSplittingRuleConstants.java
=>
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/distsql/constant/ExportableConstants.java
(79%)