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

totalo 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 7be5ab1  ShowReadwriteSplittingReadResourcesExecutor remove unused 
field (#15229)
7be5ab1 is described below

commit 7be5ab191431501564e2f31c43298e9f321f9cc7
Author: liguoping <[email protected]>
AuthorDate: Tue Feb 1 14:59:25 2022 +0800

    ShowReadwriteSplittingReadResourcesExecutor remove unused field (#15229)
---
 .../show/executor/ShowReadwriteSplittingReadResourcesExecutor.java      | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/show/executor/ShowReadwriteSplittingReadResourcesExecutor.java
 
b/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/show/executor/ShowReadwriteSplittingReadResourcesExecutor.java
index f187627..2a1c3fe 100644
--- 
a/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/show/executor/ShowReadwriteSplittingReadResourcesExecutor.java
+++ 
b/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/show/executor/ShowReadwriteSplittingReadResourcesExecutor.java
@@ -56,8 +56,6 @@ public final class 
ShowReadwriteSplittingReadResourcesExecutor extends AbstractS
     
     private static final String DELIMITER = "\\.";
     
-    private static final String SCHEMA_NAME = "schema_name";
-    
     private static final String RESOURCE = "resource";
     
     private static final String STATUS = "status";

Reply via email to