Commit Graph

19 Commits

Author SHA1 Message Date
c6258e3aeb kvencoder: fix allocator rebase to a smaller newBase (#6296) 2018-04-17 11:29:17 +08:00
c0697f5cb0 kvencoder: fix data race on plan.PreparedPlanCacheCapacity (#6159) 2018-03-27 16:48:25 +08:00
e469fab346 kvencoder: add GetSystemVariable and SetSystemVariable to KvEncoder, to get/set system variable (#6136) 2018-03-23 17:44:59 +08:00
f287451eed tidb: move tidb/*.go to session directory (#6062)
This change makes our top level directory clean.
2018-03-20 09:06:11 -05: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
74e8c13051 kv_ecndoer: add some test cases about rebase allocator id. (#5668) 2018-01-17 19:24:34 +08:00
4d50ae22bc kvencode: enable prepare plan cache. (#5627) 2018-01-14 15:04:36 +08:00
6f86ddda7c kv_encoder: add lock to storeBootstrapped (#5595)
Make init kv_encoder parallelly be possible.
2018-01-10 14:32:47 +08:00
eddff3429a *: importing data reduce memory allocations. (#5549) 2018-01-07 12:48:07 +08:00
ecbd60c3ff *: add arguement StatementContext to Encode functions. (#5566) 2018-01-06 17:31:08 +08:00
8b149c3323 Prealloc / collides with package name (#5560) 2018-01-05 19:15:54 +08:00
36d9b61365 *: AddIndex skip checking unique constraint when TiDB is importing data. (#5535) 2018-01-02 20:08:49 +08:00
80cf3ed3be kvencoder: add prepare sql encode support (#5505) 2017-12-26 18:32:29 +08:00
48aae7b6ef *: support show auto increment ID (#5470) 2017-12-22 20:16:11 +08:00
f1e89cde19 *: use lower-case of github.com/sirupsen/logrus (#5400)
*: rename github.com/Sirupsen/logrus to github.com/sirupsen/logrus

* vendor: update pd

* vendor: update github.com/pingcap/tipb/go-mysqlx
2017-12-14 16:25:58 +08:00
00a14b52f0 kvencoder: add EncodeMetaAutoID method (#5272) 2017-11-30 19:07:08 +08:00
d815ce1a0d util : fix problem of kvencoder accessing database without creating in advance (#5269) 2017-11-30 15:29:28 +08:00
5f468489ab util: add kvencoder package, make transfer sql to key-values be possible. (#5236) 2017-11-29 18:01:31 +08:00