You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/02/03 08:00:35 UTC

[shardingsphere] branch master updated (aa5920e -> da7196f)

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

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from aa5920e  Translate the mix.en.md in english. (#9289)
     add da7196f  fix #9168 (#9245)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/Keyword.g4             |  4 +-
 .../src/main/antlr4/imports/RDLStatement.g4        | 16 +++++++-
 .../distsql/parser/core/DistSQLVisitor.java        | 23 +++++++-----
 .../statement/rdl/AlterShardingRuleStatement.java  |  4 +-
 .../create/impl/CreateShardingRuleStatement.java   |  2 +-
 .../converter/ShardingRuleStatementConverter.java  |  5 +++
 .../rdl/AlterShardingRuleBackendHandler.java       | 43 ++++++++++++++++++++--
 .../rdl/impl/CreateShardingRuleBackendHandler.java | 20 ++++++++++
 8 files changed, 99 insertions(+), 18 deletions(-)