You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/02/01 07:00:46 UTC

[shardingsphere] branch master updated: ShowReadwriteSplittingReadResourcesExecutor remove unused field (#15229)

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 <xd...@163.com>
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";