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/08/19 09:25:29 UTC

[shardingsphere] branch master updated (27a4dcc -> e4bcc3d)

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 27a4dcc  Only create data sources that are different from local when building ContextManager (#11885)
     add e4bcc3d  fix show tables like statement wrong result (#11881)

No new revisions were added by this update.

Summary of changes:
 .../admin/mysql/MySQLAdminExecutorFactory.java     |  2 +-
 .../admin/mysql/executor/ShowTablesExecutor.java   | 16 ++++++++--
 .../mysql/executor/ShowTablesExecutorTest.java     |  3 +-
 .../impl/MySQLDALStatementSQLVisitor.java          | 16 ++++++++++
 .../sql/parser/sql/common/util/SQLUtil.java        | 11 +++++++
 .../mysql/dal/MySQLShowTablesStatement.java        | 28 +++++++++++++++--
 .../dal/impl/ShowTablesStatementAssert.java        | 35 ++++++++++++++++++++++
 .../ExpectedLikeClause.java}                       | 12 ++++----
 .../statement/dal/ShowTablesStatementTestCase.java | 18 +++++++++++
 .../src/main/resources/case/dal/show.xml           |  9 ++++++
 .../src/main/resources/sql/supported/dal/show.xml  |  2 ++
 .../test/resources/scenario/sharding/case/show.xml | 10 +++++++
 12 files changed, 150 insertions(+), 12 deletions(-)
 copy shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/jaxb/cases/domain/segment/impl/{limit/ExpectedPaginationValue.java => like/ExpectedLikeClause.java} (84%)