Files
tidb/util
tiancaiamao a7907ede7a *: remove fail field from TxnState (#8712)
Originally, `fail` is added to simplify error handling, avoiding large changes on
the Txn() interface API. But it turns out that `fail` becomes the root of many bugs.
So this commit remove the `fail` and make an API refactory.
2018-12-20 16:36:12 +08:00
..
2018-02-22 04:47:42 -06:00
2016-04-23 10:27:13 +08:00
2018-02-12 23:17:03 +08:00
2018-12-13 14:01:43 +08:00
2018-09-26 17:09:13 +08:00