You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/06/10 12:46:30 UTC

[shardingsphere] branch master updated (1724f28 -> e16c205)

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

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


    from 1724f28  modify doc for IntervalShardingAlgorithm (#10753)
     add e16c205  Check duplicate binding tables (#10754)

No new revisions were added by this update.

Summary of changes:
 .../db/protocol/error/CommonErrorCode.java         |  2 ++
 ...n.java => DuplicateBindingTablesException.java} |  6 ++--
 ...terShardingBindingTableRulesBackendHandler.java | 25 +++++++++++++-
 ...ateShardingBindingTableRulesBackendHandler.java | 26 ++++++++++++++-
 ...hardingBindingTableRulesBackendHandlerTest.java | 20 ++++++++++++
 ...hardingBindingTableRulesBackendHandlerTest.java | 38 ++++++++++++++++++++++
 .../frontend/mysql/err/MySQLErrPacketFactory.java  |  4 +++
 7 files changed, 116 insertions(+), 5 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/exception/{DuplicateTablesException.java => DuplicateBindingTablesException.java} (84%)