c137cada68
*: change golang.org/x/net/context to standard context ( #8579 )
2018-12-05 13:54:00 +08:00
67f920a650
executor: Improve the aesthetics of code review ( #6137 )
2018-03-31 17:06:19 +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
de9c192cba
*: move mocktikv from tikv pkg ( #5834 )
2018-02-08 23:31:29 +08:00
11358f6cf6
util: fix a test leak in testPrefixSuite ( #5122 )
2017-11-16 14:42:18 +08:00
12bf655413
*: change some tests' storages to mock-tikv ( #4961 )
2017-10-31 18:18:31 +08:00
37681cf435
*: opentracing for two phase commit ( #4900 )
2017-10-26 17:43:45 +08:00
247bf4afa2
expression, distsql: pushdown json_* functions. ( #3492 )
2017-06-20 17:23:07 +08:00
1c6c145f94
*: Set custom verbose flag to true ( #1956 )
...
* *: set custom verbose flag to true
* *: update .gitignore
2016-11-05 18:00:13 +08:00
d3cb90559b
*: change Context method FinishTxn to CommitTxn and RollbackTxn. ( #1253 )
...
Makes it easier to read.
2016-05-24 13:17:01 +08:00
08034540f0
*: Add leak test
...
* *: add leak test and tiny clean up
* *: unify test format and add leak test
Conflicts:
store/localstore/compactor_test.go
mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +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
8f0ff0c1fc
util: update key codec.
2015-12-08 10:25:19 +08:00
2aa4cad1d2
*: Tiny clean up
2015-10-19 20:10:28 +08:00
76c60a585c
kv : Add some comments, and do some cleanup
...
Address code review comments.
2015-09-22 20:04:47 +08:00
3bcbe1baef
kv : remove commitId from Commit() function
...
add another fuction to do this.
2015-09-22 17:25:18 +08:00
d615630af9
kv : Add MvccSnapshot interface
...
MvccSnapshot interface allow user to get/seek specific version of data.
2015-09-22 14:55:17 +08:00
4ceedcfc27
*: Replace h with handle
2015-09-16 20:27:12 +08:00
66253f0fd7
*: pass go vet
...
pass go vet
2015-09-06 19:10:04 +08:00
0d6f270068
Add files
2015-09-06 12:08:47 +08:00