You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/09/13 23:35:01 UTC

[shardingsphere] branch master updated (739d78b -> b3e56dd)

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

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


    from 739d78b  Use TransactionStatus to decouple transaction and ConnectionStatus (#7428)
     new 71a691f  Add TransactionStatus.waitingForTransactionComplete
     new 45f348a  Add TransactionStatus.setTransactionType
     new 61127e5  Remove BackendConnection.transactionType
     new b3e56dd  Merge pull request #7429 from terrymanu/dev

The 26895 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jdbc/JDBCDatabaseCommunicationEngine.java      |  2 +-
 .../jdbc/connection/BackendConnection.java         | 43 +++------------------
 .../transaction/BackendTransactionManager.java     |  2 +-
 .../jdbc/transaction/TransactionStatus.java        | 45 +++++++++++++++++++++-
 .../sctl/set/ShardingCTLSetBackendHandler.java     |  6 ++-
 .../sctl/show/ShardingCTLShowBackendHandler.java   |  2 +-
 .../TextProtocolBackendHandlerFactoryTest.java     | 18 +++------
 .../jdbc/connection/BackendConnectionTest.java     |  7 ++--
 .../trnasaction/BackendTransactionManagerTest.java |  2 +-
 .../text/admin/UnicastBackendHandlerTest.java      |  2 +-
 .../sctl/set/ShardingCTLSetBackendHandlerTest.java |  6 +--
 .../transaction/TransactionBackendHandlerTest.java |  3 --
 .../netty/FrontendChannelInboundHandler.java       |  4 +-
 .../RepositoryResumeBreakPointManagerTest.java     | 24 ++++++------
 14 files changed, 85 insertions(+), 81 deletions(-)