client-go/txnkv/transaction
ekexium bce97bbb3e
Do not broadcast txn status when heartbeat fail (#1471)
Signed-off-by: ekexium <eke@fastmail.com>
2024-10-10 05:27:19 +00:00
..
2pc.go Do not broadcast txn status when heartbeat fail (#1471) 2024-10-10 05:27:19 +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 feat: introduce GetLocal() and BatchGet cache for PipelinedMemDB (#1212) 2024-03-16 11:36:05 +08: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 config: enable user configuration for retry strategy. (#1055) 2023-11-14 14:54:10 +08:00
commit.go feat: return error if commit ts expired is returned for a non-primary key (#1316) 2024-04-24 19:16:26 +08:00
pessimistic.go Let memdb cache last traversed node (#1389) 2024-08-08 17:20:52 +08:00
pipelined_flush.go feat: Broadcast min_commit_ts for pipelined transactions (#1458) 2024-09-25 01:34:14 +00:00
prewrite.go feat: Broadcast min_commit_ts for pipelined transactions (#1458) 2024-09-25 01:34:14 +00:00
test_probe.go feat: Broadcast min_commit_ts for pipelined transactions (#1458) 2024-09-25 01:34:14 +00:00
txn.go feat: Broadcast min_commit_ts for pipelined transactions (#1458) 2024-09-25 01:34:14 +00:00