client-go/txnkv/transaction
山岚 1a0daf3ee7
txn: Set "CommitRequest.UseAsyncCommit" for async commit (#1730)
Signed-off-by: Ping Yu <yuping@pingcap.com>
Signed-off-by: Juncen Yu <yujuncen@pingcap.com>

Co-authored-by: Ping Yu <yuping@pingcap.com>
2025-08-01 15:12:33 +00:00
..
2pc.go txnkv: prevent some actions from being interrupted by kill (#1665) 2025-06-27 07:41:09 +00:00
2pc_test.go feat: Broadcast min_commit_ts for pipelined transactions (#1458) 2024-09-25 01:34:14 +00:00
batch_getter.go memdb: introduce snapshot interface (#1623) 2025-04-15 14:17:37 +00:00
batch_getter_test.go txn: introduce pipelined memdb, Flush and BufferBatchGet for pipelined DML (#1114) 2024-02-23 10:24:44 +08:00
binlog.go fix license (#267) 2021-08-15 01:48:01 +08:00
cleanup.go txnkv: prevent some actions from being interrupted by kill (#1665) 2025-06-27 07:41:09 +00:00
commit.go txn: Set "CommitRequest.UseAsyncCommit" for async commit (#1730) 2025-08-01 15:12:33 +00:00
pessimistic.go txnkv: prevent some actions from being interrupted by kill (#1665) 2025-06-27 07:41:09 +00:00
pipelined_flush.go txnkv: prevent some actions from being interrupted by kill (#1665) 2025-06-27 07:41:09 +00:00
prewrite.go txnkv: prevent some actions from being interrupted by kill (#1665) 2025-06-27 07:41:09 +00:00
test_probe.go Fix the problem that ttlManager may stop working if no need to lock after retry aggressive locking (#1522) 2024-12-17 09:14:33 +00:00
txn.go support redact key in logs (#1612) 2025-04-01 07:17:12 +00:00