You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/01 06:26:44 UTC

[shardingsphere] branch master updated (7c548c86c01 -> c1ad1bc58fb)

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

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


    from 7c548c86c01 Add TestKeyProvider (#22549)
     add c1ad1bc58fb Proxy support MySQL COM_RESET_CONNECTION (#22555)

No new revisions were added by this update.

Summary of changes:
 ...ket.java => MySQLComResetConnectionPacket.java} | 12 +++----
 .../session/ServerPreparedStatementRegistry.java   |  7 ++++
 .../ServerServerPreparedStatementRegistryTest.java |  8 +++++
 .../mysql/command/MySQLCommandExecutorFactory.java |  3 ++
 .../mysql/command/MySQLCommandPacketFactory.java   |  3 ++
 ...r.java => MySQLComResetConnectionExecutor.java} | 21 +++++++-----
 .../command/MySQLCommandExecutorFactoryTest.java   |  7 ++++
 .../command/MySQLCommandPacketFactoryTest.java     | 11 ++++---
 .../MySQLComResetConnectionExecutorTest.java}      | 38 +++++++++++++---------
 9 files changed, 76 insertions(+), 34 deletions(-)
 copy db-protocol/mysql/src/main/java/org/apache/shardingsphere/db/protocol/mysql/packet/command/admin/{MySQLUnsupportedCommandPacket.java => MySQLComResetConnectionPacket.java} (75%)
 copy proxy/frontend/mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/command/admin/{MySQLComSetOptionExecutor.java => MySQLComResetConnectionExecutor.java} (64%)
 copy proxy/frontend/mysql/src/test/java/org/apache/shardingsphere/proxy/frontend/mysql/command/{query/binary/reset/MySQLComStmtResetExecutorTest.java => admin/MySQLComResetConnectionExecutorTest.java} (60%)