You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/04/12 09:16:55 UTC

[shardingsphere] branch master updated (22e7fa81d55 -> 9184c96679d)

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

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


    from 22e7fa81d55 Refactor check target data source, protect by global lock (#16763)
     add 9184c96679d Fixes #16762, ignore case when show table with filter. (#16765)

No new revisions were added by this update.

Summary of changes:
 .../admin/mysql/executor/ShowTablesExecutor.java   |  3 +-
 .../{SystemPropertyUtil.java => RegularUtil.java}  | 33 +++++++++-------------
 .../mysql/executor/ShowTablesExecutorTest.java     | 18 +++---------
 ...mPropertyUtilTest.java => RegularUtilTest.java} | 19 +++++++------
 4 files changed, 31 insertions(+), 42 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/util/{SystemPropertyUtil.java => RegularUtil.java} (60%)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/util/{SystemPropertyUtilTest.java => RegularUtilTest.java} (65%)