560e8cfe57
*: sleep 0 when retry whole transaction ( #9454 )
2019-03-02 13:16:28 +08:00
73655f64a1
session: skip the SQL execution if transaction is aborted and reset aborted status in retry ( #8942 )
2019-01-11 15:26:51 +08:00
41ad62696c
session: add a doNotCommit flag to transaction when StmtCommit fail ( #8918 )
2019-01-03 16:38:59 +08:00
b6c05126e3
session: add gofail test for ( #8743 ) ( #8801 )
2018-12-25 19:19:09 +08:00
9c087d13ee
*: replace github.com/etcd-io/gofail with the forked one ( #8693 )
...
With the adoption of Go module, GOPATH is not need any more
But github.com/etcd-io/gofail doesn't support packages outside the GOPATH
To overcome the drawback, this commit replace it with our forked one
2018-12-19 11:30:48 +08:00
39c0306d5e
session: add error log to catch bug stack in Commit ( #8687 )
2018-12-14 16:48:04 +08:00
22519aefc2
*: update import path from coreos/gofail to etcd-io/gofail to fix ci ( #7329 )
2018-08-09 15:48:01 +08:00
f287451eed
tidb: move tidb/*.go to session directory ( #6062 )
...
This change makes our top level directory clean.
2018-03-20 09:06:11 -05:00