client-go/txnkv/transaction
you06 108d20a439
txn: remove `IsTempIndexKey` which bypass the checks for temp index keys (#1778)
Signed-off-by: you06 <you1474600@gmail.com>
2025-10-29 13:04:34 +00:00
..
2pc.go logs: downgrade some logs from ERROR to WARN and INFO (#1729) 2025-09-19 07:22:20 +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 Trace events (#1776) 2025-10-23 14:33:37 +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: remove `IsTempIndexKey` which bypass the checks for temp index keys (#1778) 2025-10-29 13:04:34 +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