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/03/16 05:00:51 UTC

[shardingsphere] branch master updated (330ce56ddf0 -> 6a3dd8c3239)

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 330ce56ddf0 Add final and modify the return variable to result (#24632)
     add 6a3dd8c3239 Support unix domain socket (#24524)

No new revisions were added by this update.

Summary of changes:
 distribution/proxy/src/main/resources/bin/start.sh | 13 ++++-
 .../org/apache/shardingsphere/proxy/Bootstrap.java |  4 +-
 .../proxy/arguments/BootstrapArguments.java        | 34 ++++++++++++-
 .../proxy/arguments/BootstrapArgumentsTest.java    |  8 ++++
 .../proxy/frontend/ShardingSphereProxy.java        | 55 ++++++++++++++++++++--
 .../frontend/netty/ServerHandlerInitializer.java   |  8 ++--
 .../authentication/MySQLAuthenticationEngine.java  |  4 ++
 7 files changed, 114 insertions(+), 12 deletions(-)