09c6bff91c
*: Make use of the upperBound of ticlient's kv_scan interface to ensure no overbound scan will happen ( #8081 )
2018-11-09 18:49:00 +08:00
d125958380
tikvclient: Add endKey param to Scanner ( #8178 )
2018-11-08 18:21:40 +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
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
bd3681ec0e
*: minor changes
2015-12-28 12:49:26 +08:00
39624b3949
*: address comment
2015-12-28 11:07:07 +08:00
48c8b75edb
*: reduce string bytes convert
2015-12-25 20:52:36 +08:00
a90413a656
kv, table: use minimal kv interfaces
2015-12-16 17:22:25 +08:00
d722320bda
util: remove codec record key to tables package.
2015-12-08 16:39:42 +08:00
958ce2284f
*: tiny refactor table record/index key codec.
2015-12-08 15:35:14 +08:00
689d47c7ed
*: tiny refactor encode/decode key.
2015-12-08 00:06:22 +08:00
c0b198b908
*: refactor iterator interface
...
Next() shouldn't return a new iterator.
2015-11-02 21:40:08 +08:00
2aa4cad1d2
*: Tiny clean up
2015-10-19 20:10:28 +08:00
5ff8eb3877
kv: remove useless keyCmpFn from Seek/Next iterface.
2015-10-19 20:02:10 +08:00
c4bf073996
util: do some cleanup.
2015-10-02 20:25:23 +08:00
7027bc8e88
kv : add MVCC support to kv
...
add a simple mvcc get/scan for kv
2015-09-20 12:00:41 +08:00
1e4cdb813f
*: update QL-LICENSE and STRUTIL-LICENSE.
2015-09-08 19:25:50 +08:00
695003b466
util, plan, plan/plans, rset, rsets: fix-copyright-infringement.
2015-09-07 08:48:50 -04:00
0d6f270068
Add files
2015-09-06 12:08:47 +08:00