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/04/22 07:19:36 UTC

[shardingsphere] branch master updated (3727f887f7d -> e70c9b583aa)

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

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


    from 3727f887f7d Rename MGRDatabaseDiscoveryTypeFixture to FixtureDatabaseDiscoveryType (#17000)
     add e70c9b583aa Refactor SQLStatementSchemaHolder to SQLStatementDatabaseHolder (#17001)

No new revisions were added by this update.

Summary of changes:
 ...Holder.java => SQLStatementDatabaseHolder.java} | 24 +++++++++++-----------
 .../jdbc/statement/JDBCBackendStatement.java       |  6 +++---
 .../proxy/backend/session/ConnectionSession.java   |  6 +++---
 .../text/TextProtocolBackendHandlerFactory.java    |  6 +++---
 .../ral/advanced/PreviewDistSQLBackendHandler.java |  6 +++---
 .../jdbc/connection/JDBCBackendConnectionTest.java |  2 +-
 .../frontend/command/CommandExecutorTask.java      |  6 +++---
 .../execute/MySQLComStmtExecuteExecutor.java       |  6 +++---
 .../command/ReactiveCommandExecuteTask.java        |  4 ++--
 .../ReactiveMySQLComStmtExecuteExecutor.java       |  6 +++---
 10 files changed, 36 insertions(+), 36 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/{SQLStatementSchemaHolder.java => SQLStatementDatabaseHolder.java} (67%)