7648317dad
store: correct comments mistake. ( #9190 )
2019-01-28 09:42:33 +08:00
f18e034de9
store/tikv: Support RawReverseScan ( #8352 )
...
Signed-off-by: kamijin_fanta <kamijin@live.jp >
2019-01-15 14:57:04 +08:00
c137cada68
*: change golang.org/x/net/context to standard context ( #8579 )
2018-12-05 13:54:00 +08:00
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
1730798019
*: udpate pd client vendor ( #7898 )
2018-10-15 19:32:59 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
c398110154
*: improve performance of DecodeBytes in DecodeOneToChunk ( #6135 )
2018-03-29 19:11:44 +08:00
e1121814d2
*: don't import golang.org/x/net/context as goctx alias ( #5895 )
...
Now that there is no conflict with sessionctx.Context, this can be
import directly
2018-02-24 03:40:56 -06:00
4e1a114e68
*: move package context to sessionctx ( #5890 )
2018-02-22 18:03:38 +08:00
28a4775170
store/tikv:fix bug in GetRegionByID ( #5356 )
2017-12-11 16:01:18 +08:00
1789a43db5
*: update pd vendor. ( #2944 )
2017-03-28 21:07:48 +08:00
e1895e6f8c
store/tikv: handle new region metas inside StaleEpoch error ( #1820 )
2016-10-17 19:54:48 +08:00
fe6386706e
*: Update pd/kvproto vendor and change mock-pd interface ( #1456 )
2016-07-15 22:38:50 +08:00
e623682db0
store/tikv: encode/decode keys for pd ( #1223 )
...
* store/tikv: encode/decode keys for pd
2016-05-11 18:43:35 +08:00