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

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


    from d2bb5e6  #6872, concurrent truncate (#7300)
     add bc8a93d  Refactor package of shardingsphere-proxy-frontend-core (#7304)

No new revisions were added by this update.

Summary of changes:
 .../proxy/init/impl/AbstractBootstrapInitializer.java   |  2 +-
 .../frontend/{bootstrap => }/ShardingSphereProxy.java   |  2 +-
 .../{ => connection}/ConnectionIdGenerator.java         |  2 +-
 .../proxy/frontend/netty/ServerHandlerInitializer.java  |  2 +-
 .../DatabaseProtocolFrontendEngineFactory.java          |  2 +-
 .../{ => connection}/ConnectionIdGeneratorTest.java     |  2 +-
 .../DatabaseProtocolFrontendEngineFactoryTest.java      |  2 +-
 .../frontend/mysql/auth/MySQLAuthenticationEngine.java  |  2 +-
 .../frontend/mysql/MySQLProtocolFrontendEngineTest.java | 17 ++++++++---------
 .../postgresql/auth/PostgreSQLAuthenticationEngine.java |  2 +-
 10 files changed, 17 insertions(+), 18 deletions(-)
 rename 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/{bootstrap
 => }/ShardingSphereProxy.java (98%)
 rename 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/{
 => connection}/ConnectionIdGenerator.java (96%)
 rename 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/{
 => protocol}/DatabaseProtocolFrontendEngineFactory.java (97%)
 rename 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/test/java/org/apache/shardingsphere/proxy/frontend/{
 => connection}/ConnectionIdGeneratorTest.java (96%)
 rename 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/test/java/org/apache/shardingsphere/proxy/frontend/{
 => protocol}/DatabaseProtocolFrontendEngineFactoryTest.java (96%)

Reply via email to