32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
b729a60e01
store/tikv: handle the error of "mismatch cluster id" ( #7053 )
...
* store: handle the error of "mismatch cluster id"
2018-07-16 16:55:09 +08:00
9a3463fd81
distsql, mocktikv: handle warnings returned from tikv/mocktikv ( #5906 )
2018-03-06 13:20:27 +08:00
473363adcb
store/tikv: remove dependency on tidb from store/tikv. ( #4932 )
2017-10-31 13:14:02 +08:00
92ab53b84d
errors: fix typo. ( #4945 )
2017-10-30 15:49:34 +08:00
0bf3614abe
tidb/tikv: return MySQL error code for Unsafe SafePoint ( #4786 )
2017-10-17 00:40:01 -05:00
fe8a57f4e3
store/tikv: simplify error messages that return to mysql client. ( #4656 )
2017-09-27 03:09:36 -05:00
f9e48cba46
store/tikv: abort an unsafe transaction subject to gc command ( #4469 )
2017-09-21 14:03:09 +08:00
063dbd0e41
store/tikv: use grpc ( #3390 )
2017-06-05 18:10:20 +08:00
7072eda9b6
ticlient: import ticlient ( #1168 )
...
ticlient: import ticlient to store/tikv
2016-04-27 11:37:16 +08:00