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 2022/01/12 02:58:34 UTC

[shardingsphere] branch master updated (63bc4d1 -> 1f4827c)

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 63bc4d1  Support minimal, complete and manual configuration when create sharding scaling. (#14692)
     add 1f4827c  fix full data node route when use sharding condition contains mysql binary keyword (#14696)

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/conf/server.yaml            | 82 +++++++++++-----------
 .../statement/impl/MySQLStatementSQLVisitor.java   |  3 +
 .../main/resources/case/dml/select-expression.xml  | 29 +++++++-
 .../src/main/resources/case/dml/select.xml         |  8 +++
 .../sql/supported/dml/select-expression.xml        |  1 +
 .../main/resources/sql/supported/dml/select.xml    |  1 +
 .../main/resources/sql/unsupported/unsupported.xml |  1 -
 .../resources/scenario/sharding/case/select.xml    | 20 ++++++
 8 files changed, 102 insertions(+), 43 deletions(-)