You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2023/05/31 09:59:49 UTC

[shardingsphere] branch master updated (9b521d9068c -> c7ab4a6c495)

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

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


    from 9b521d9068c Refactor DataMatchCalculatedResult (#25958)
     add c7ab4a6c495 Support drop index ALGORITHM and LOCK options parse (#25940)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/mysql/DDLStatement.g4  |  3 +--
 .../statement/type/MySQLDDLStatementVisitor.java   |  8 +++++++
 .../handler/ddl/DropIndexStatementHandler.java     | 28 ++++++++++++++++++++++
 .../mysql/ddl/MySQLDropIndexStatement.java         | 24 +++++++++++++++++++
 .../ddl/impl/DropIndexStatementAssert.java         | 24 +++++++++++++++++++
 .../statement/ddl/DropIndexStatementTestCase.java  |  8 +++++++
 .../src/main/resources/case/ddl/drop-index.xml     | 26 ++++++++++++++++++++
 .../resources/sql/supported/ddl/drop-index.xml     |  4 ++++
 8 files changed, 123 insertions(+), 2 deletions(-)