client-go/txnkv/transaction
ekexium 6cbd7e4f97
feat: check max_execution_time for pessimistic lock requests (#1731)
ref pingcap/tidb#62960

Signed-off-by: ekexium <eke@fastmail.com>
2025-09-17 11:13:08 +00:00
..
2pc.go feat: check max_execution_time for pessimistic lock requests (#1731) 2025-09-17 11:13:08 +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 feat: check max_execution_time for pessimistic lock requests (#1731) 2025-09-17 11:13:08 +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 txn: check constraints for all keys in nextgen build (#1753) 2025-09-11 06:28:27 +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