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/02/02 11:37:52 UTC

[shardingsphere] branch master updated (e26f9d2 -> 8bebb07)

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

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


    from e26f9d2  Add MySQL parse support for `LOCK` Statement (#15231)
     add 8bebb07  Statements in transaction are dispatched by TrafficContext of the first SQL (#15212)

No new revisions were added by this update.

Summary of changes:
 .../core/connection/ShardingSphereConnection.java  |  3 +++
 .../statement/ShardingSpherePreparedStatement.java | 16 +++++++++---
 .../core/statement/ShardingSphereStatement.java    | 22 +++++++++++-----
 .../traffic/context/TrafficContextHolder.java      | 30 ++++++++++++----------
 .../traffic/context/TrafficContextHolderTest.java  | 19 ++++++++------
 5 files changed, 59 insertions(+), 31 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/SQLStatementSchemaHolder.java => shardingsphere-kernel/shardingsphere-traffic/shardingsphere-traffic-core/src/main/java/org/apache/shardingsphere/traffic/context/TrafficContextHolder.java (61%)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/test/java/org/apache/shardingsphere/db/protocol/mysql/packet/command/query/binary/reset/MySQLComStmtResetPacketTest.java => shardingsphere-kernel/shardingsphere-traffic/shardingsphere-traffic-core/src/test/java/org/apache/shardingsphere/traffic/context/TrafficContextHolderTest.java (64%)