843935b8bc
cmd: fix explain test error checking ( #31986 )
...
ref pingcap/tidb#31985
2022-01-26 15:04:45 +08:00
28c5074a74
cmd: make explain_test can test collation-related tests with new-collation disabled ( #31385 )
...
close pingcap/tidb#31384
2022-01-10 20:45:43 +08:00
cfbe70846a
config: remove new charset config ( #31291 )
...
close pingcap/tidb#31236
2022-01-06 13:26:37 +08:00
64f730955d
cmd/explaintest: fix wrong result comparison for explain test ( #30717 )
2021-12-15 17:04:34 +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
62bc4d5b54
cmd, server: support system variable character_set_results ( #27875 )
2021-10-11 16:17: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
57d704bffe
planner: fix CTE bug when MergeJoin is used ( #25514 )
2021-07-27 18:20:16 +08:00
bca2f7250f
logutil: InitLogger as a more abstract method, deprecated InitZapLogger ( #25381 )
2021-06-15 10:54:37 +08:00
39bd181213
*: Upgrade to go 1.16 && remove deprecated io/ioutil ( #24527 )
2021-05-25 12:07:34 +08:00
0f10bef470
domain, session: Add new sysvarcache to replace global values cache ( #24359 )
2021-05-17 22:13:39 +08:00
aee5819a20
*: change @@tidb_enable_clustered_index to ON/OFF/INT_ONLY ( #23529 )
2021-03-26 15:59:24 +08:00
26ccbe972a
*: create int primary key table as nonclustered by default ( #23046 )
2021-03-16 19:19:49 +08:00
27db39b480
*: use CLUSTERED and NONCLUSTERED to control primary key type ( #22409 )
2021-02-05 20:41:41 +08:00
438945d294
*: enable clustered index by default ( #19582 )
2020-08-31 16:54:51 +08:00
787b7d2db0
cmd: generate free port instead of hard-code port number ( #18951 )
2020-08-04 16:30:05 +08:00
c98514e751
executor: unify executor concurrency ( #16999 )
2020-06-22 17:39:32 +08:00
0f0bdef81b
upgrade pd-client to support pd client tls reload ( #15071 )
2020-03-09 21:22:16 +08:00
77c7875eb2
cmd/explaintest: fix a misleading error message ( #14720 )
...
if tidb is not setup, run ./explain_test the error message should be
"dial tcp 127.0.0.1:4001: connect: connection refused"
However, this err is overwrite and the final message is
"executing drop DB test failed"
2020-02-12 09:45:26 +08:00
17fe696d8d
Makefile: move the success message from explaintest to test ( #13748 )
2019-11-27 17:08:42 +08:00
9a2c5e63bf
fixed staticcheck errors in folder cmd ( #13636 )
2019-11-21 12:47:07 +08:00
4995fe741e
planner/core: check the window func arg first before checking window specs ( #11613 )
2019-08-10 16:22:45 +08:00
04cd877967
session, sessionctx: add unit test for sessionctx, session ( #10763 )
2019-06-18 15:09:13 +08:00
6e3353b76f
tidy goimports ( #10021 )
2019-04-03 17:10:00 +08:00
b78490e403
*: use the unified log format for the remaining packages ( #9743 )
2019-03-22 16:34:47 +08:00
bc0e70dc5c
planner/core: implement skyline pruning ( #9337 )
2019-02-19 11:19:30 +08:00
6136ab14cf
*: start replacing logger with zap logger ( #9279 )
2019-02-15 16:43:47 +08:00
18ff4f953e
planner/core: refine explain for window function ( #9270 )
2019-02-13 15:23:00 +08:00
44f2c2c381
Makefile: make 'make check' faster ( #8755 )
...
* remove vet check
* make lint check on $(FILES)
2018-12-21 11:12:18 +08:00
fffb49bce6
*: modify tests to work with only-full-group-by on ( #8163 )
2018-11-05 10:41:48 +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
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
25f1e808f5
Use the revive linter. ( #7197 )
2018-07-31 13:19:09 +08:00
0fa27a4619
*: fix tests failed on Go 1.11beta ( #7178 )
...
Many of the failed tests are due to misuse of format placeholder.
2018-07-30 11:36:33 +08:00
fbba541156
*: move basic functions and definitions to model package, to make constructing dag request more easier. ( #6652 )
2018-05-26 20:39:22 +08:00
0b1b523a81
*:move explain_test to tidb repository ( #6555 )
2018-05-17 23:55:15 +08:00