|
|
5ae6ad63c2
|
session: rename and unify location of interfaces, and some refactor (#62498)
ref pingcap/tidb#61702
|
2025-07-22 07:43:38 +00:00 |
|
|
|
f701e5ae3d
|
dxfservice: create store for SYSTEM keyspace (#61752)
ref pingcap/tidb#61702
|
2025-06-24 07:10:15 +00:00 |
|
|
|
46fb2e3d10
|
cmd: gopls modernize (#60766)
close pingcap/tidb#60765
|
2025-04-28 22:23:35 +00:00 |
|
|
|
a4faee2ee5
|
store: make storage type a enum (#57276)
ref pingcap/tidb#57275
|
2024-11-12 04:44:58 +00:00 |
|
|
|
56e7093a9d
|
ddl: use a global owner manager instance for DDL, to avoid owner change (#57179)
ref pingcap/tidb#57185
|
2024-11-11 05:12:48 +00:00 |
|
|
|
8c4bab1963
|
*: upgrade go1.23.2 (#51126)
close pingcap/tidb#50765
|
2024-10-09 05:15:46 +00:00 |
|
|
|
954592375d
|
log: Support a dedicated log file to save general log (#51249)
ref pingcap/tidb#51248
|
2024-03-14 04:29:09 +00:00 |
|
|
|
51e1e13494
|
*: update interface{} to any (#50770)
ref pingcap/tidb#50765
|
2024-01-29 07:21:29 +00:00 |
|
|
|
b8515ae354
|
session: move session interface into new package (#48792)
ref pingcap/tidb#44940
|
2023-11-23 05:28:11 +00:00 |
|
|
|
318e82bbb7
|
*: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
|
2023-10-13 14:36:26 +00:00 |
|
|
|
2b4a4c6d7a
|
*: support bazel (#33691)
close pingcap/tidb#34083
|
2022-06-07 15:22:30 +08:00 |
|
|
|
55a38a1c76
|
*: tiny clean up the RecordSet NewChunk() method (#29232)
|
2021-11-02 20:02:51 +08:00 |
|
|
|
9eb1cafd66
|
build: cmd & test are code (#28903)
|
2021-10-20 18:24:42 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
bca2f7250f
|
logutil: InitLogger as a more abstract method, deprecated InitZapLogger (#25381)
|
2021-06-15 10:54:37 +08:00 |
|
|
|
cc5e161ac0
|
*: use tikv/client-go/v2 (#25359)
|
2021-06-11 17:24:35 +08:00 |
|
|
|
5e832ed80a
|
store/*: mv tikv_driver to dir store/driver (#22942)
|
2021-02-25 18:49:18 +08:00 |
|
|
|
6c1a6dd631
|
store/tikv: move tikv driver out (#22651)
Co-authored-by: Shirly <wuxuelian@pingcap.com>
|
2021-02-02 16:28:54 +08:00 |
|
|
|
d57231205f
|
cmd: migrate the Execute interface to ExecuteInternal in cmd package (#22647)
Signed-off-by: AilinKid <314806019@qq.com>
|
2021-02-02 14:24:44 +08:00 |
|
|
|
6444a05509
|
executor: avoid goroutine leak in index Lookup join (#19251)
|
2020-11-03 13:24:40 +08:00 |
|
|
|
9a2c5e63bf
|
fixed staticcheck errors in folder cmd (#13636)
|
2019-11-21 12:47:07 +08:00 |
|
|
|
d244723a5e
|
executor: remove unused structure RecordBatch (#10891)
|
2019-06-26 15:26:16 +08:00 |
|
|
|
b78490e403
|
*: use the unified log format for the remaining packages (#9743)
|
2019-03-22 16:34:47 +08:00 |
|
|
|
6136ab14cf
|
*: start replacing logger with zap logger (#9279)
|
2019-02-15 16:43:47 +08:00 |
|
|
|
00c4ff4fa9
|
*: refactor Executor.Next() to receive RecordBatch (#8994)
|
2019-01-14 15:04:36 +08:00 |
|
|
|
30427927f6
|
*: move session.NewStore to store.New to achieve semantic accuracy (#8617)
|
2018-12-10 20:53:15 +08:00 |
|
|
|
c137cada68
|
*: change golang.org/x/net/context to standard context (#8579)
|
2018-12-05 13:54:00 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
ccf6da1a46
|
*: rename NextChunk to Next (#6214)
|
2018-04-03 20:00:30 +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 |
|
|
|
631141b22c
|
*: remove Next function for RecordSet (#6040)
|
2018-03-13 21:05:10 +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 |
|
|
|
a63601ad21
|
store/tikv: run gc workers parallelly (#5837)
* run gc workers parallelly
* dynamically to change gcConcurrency
|
2018-02-09 21:43:19 +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 |
|
|
|
546b5a9418
|
*: support tls connection to pd and tikv (#5311)
|
2017-12-12 20:17:19 -06:00 |
|
|
|
fb610e6429
|
*: change executor Next() interface to Next(goctx.Context) (#5223)
|
2017-11-26 21:17:33 -06:00 |
|
|
|
0977fd07e6
|
*: begin opentracing from dispatch() and change interface to Execute(ctx, sql) (#5027)
|
2017-11-07 02:52:15 -06:00 |
|
|
|
473363adcb
|
store/tikv: remove dependency on tidb from store/tikv. (#4932)
|
2017-10-31 13:14:02 +08:00 |
|
|
|
7afae3f89c
|
*: support write slow query log into seperate files (#4804)
|
2017-10-20 14:22:10 +08:00 |
|
|
|
eb8df3519a
|
*: prepare to enforce errcheck, part1 (#4670)
|
2017-09-30 16:23:37 +08:00 |
|
|
|
88e1666ac6
|
*: change the log package to logrus (#4452)
|
2017-09-08 00:45:07 -05:00 |
|
|
|
cf96dca50c
|
store/tikv: export RunGCJob (#3439)
|
2017-06-13 12:53:16 +08:00 |
|
|
|
ec4eb933fa
|
cmd: fix comments warning in cmd (#3191)
|
2017-05-02 11:01:13 +08:00 |
|
|
|
a1a24e8c42
|
benchdb: bootstrap session. (#2726)
* benchdb: use random string for every row
|
2017-02-24 14:03:20 +08:00 |
|
|
|
27c3a37410
|
benchdb: support specify a sql query to run. (#2395)
|
2017-01-05 13:36:45 +08:00 |
|
|
|
ab8795de24
|
cmd: add benchmark tool 'benchdb' (#1920)
'benchdb' is used to make testing basic table performance easier.
Also move 'benchkv' to 'cmd' folder.
|
2016-11-11 12:27:45 +08:00 |
|