This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
database
/
tidb
Watch
2
Star
0
Fork
0
You've already forked tidb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2debbed41dd5f4ebc52e48f2b1fd2f2d6373c791
tidb
/
pkg
/
sessiontxn
/
isolation
History
ekexium
0ce42edaf7
txn: set session id of committer once txn is activated (
#52388
)
...
ref
pingcap/tidb#50215
2024-04-08 12:18:20 +00:00
..
metrics
…
base.go
txn: set session id of committer once txn is activated (
#52388
)
2024-04-08 12:18:20 +00:00
BUILD.bazel
txn: set txn options in txn provider which avoid data race (
#52304
)
2024-04-08 09:04:50 +00:00
main_test.go
…
optimistic_test.go
txn: deprecate the transaction auto retry and related statement count limit (
#50782
)
2024-01-30 08:10:59 +00:00
optimistic.go
planner: replace context in planbuilder to PlanContext (
#51172
)
2024-02-21 10:49:57 +00:00
readcommitted_test.go
…
readcommitted.go
*: update interface{} to any (
#50770
)
2024-01-29 07:21:29 +00:00
repeatable_read_test.go
…
repeatable_read.go
*: update interface{} to any (
#50770
)
2024-01-29 07:21:29 +00:00
serializable_test.go
…
serializable.go
…