2433e28d8d
*: fix ineffectual assignments and misspellings ( #9481 )
2019-02-28 19:25:07 +08:00
ec833bc4d2
*: fix some lints produced by golangci-lint ( #8999 )
2019-01-16 16:44:49 +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
998f696421
*: support set relation job ( #6206 )
2018-04-13 10:30:45 +08:00
f5fd467f46
*: change terror.ErrorEqual to Error.Equal, which is more effetive ( #4217 )
2017-08-17 20:06:48 +08:00
6819e22c3c
meta, structure: support snapshot meta. ( #1739 )
...
Snapshot meta will be used to load history schema, so we can
support history read with changed schema version.
2016-09-20 11:11:10 +08:00
6aacddd44e
*: unify error format
2016-03-31 16:20:47 +08:00
0943aa598e
terror: unify util/errors and util/errors2 in terror.
2015-11-05 12:05:16 +08:00
a2c3ae9e50
structure api: Remove all lock keys.
2015-11-03 15:54:29 +08:00
4e48eb552f
structure: Address comment.
2015-10-26 20:31:10 +08:00
26bf34c9da
*: Address comment
2015-10-24 11:57:35 +08:00
900de88951
structure: support LSet
2015-10-23 14:57:58 +08:00
aab4accbdd
structure: add lock keys for write operation.
2015-10-20 11:36:51 +08:00
21c768c77b
structure: add TStore and key prefix support.
2015-10-20 11:31:34 +08:00
aebb943de0
structure: fix make check
2015-10-20 11:07:25 +08:00
3b78adaf95
structure: implement some APIs
2015-10-19 21:18:33 +08:00