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

[shardingsphere] branch master updated (05246f1 -> 6369aae)

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 05246f1  Support TransactionTrafficAlgorithm for traffic in transaction (#15332)
     add 6369aae  Support `LABLE/RELABLE INSTANCE` syntax. (#15321)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/Keyword.g4             | 13 +++++
 .../src/main/antlr4/imports/RALStatement.g4        |  4 ++
 .../parser/autogen/CommonDistSQLStatement.g4       |  1 +
 .../core/common/CommonDistSQLStatementVisitor.java | 27 ++++++++--
 ...sStatement.java => LabelInstanceStatement.java} | 10 ++--
 .../common/set/SetStatementExecutorFactory.java    |  5 ++
 .../common/set/excutor/LabelInstanceExecutor.java  | 60 ++++++++++++++++++++++
 7 files changed, 112 insertions(+), 8 deletions(-)
 copy shardingsphere-distsql/shardingsphere-distsql-statement/src/main/java/org/apache/shardingsphere/distsql/parser/statement/ral/common/set/{SetInstanceStatusStatement.java => LabelInstanceStatement.java} (84%)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/ral/common/set/excutor/LabelInstanceExecutor.java