|
|
584ae75df5
|
*: use session time_zone for is.tables and show table status (#32449)
ref pingcap/tidb#26642
|
2022-03-01 06:09:45 +08:00 |
|
|
|
f9a324829b
|
insert: fix insert into select statement should ignore the error and insert default value (#31666)
close pingcap/tidb#31432
|
2022-02-28 23:47:44 +08:00 |
|
|
|
c19e899b65
|
dumpling: use CRLF as line separator (#32149)
close pingcap/tidb#32105
|
2022-02-28 20:13:45 +08:00 |
|
|
|
0c9b0c0ef2
|
util/testutil: cleanup testutils depend on pingcap/check (#32662)
close pingcap/tidb#32660
|
2022-02-28 20:01:45 +08:00 |
|
|
|
9f1be5c156
|
expr: forbid push round with frac down (#32666)
close pingcap/tidb#32557
|
2022-02-28 17:49:45 +08:00 |
|
|
|
d385330b42
|
table/tables: fix data race in the TestConstraintCheckForUniqueIndex (#32645)
close pingcap/tidb#32644
|
2022-02-28 16:31:44 +08:00 |
|
|
|
92c280cfad
|
executor: add trace info for unionScanExec (#32635)
close pingcap/tidb#32631
|
2022-02-28 16:15:44 +08:00 |
|
|
|
37899e1755
|
test: Disable mutation checker in BenchmarkInsertWithIndex (#32629)
ref pingcap/tidb#32604
|
2022-02-28 15:45:45 +08:00 |
|
|
|
e8be77848d
|
planner: fix the usage of ParamMaker in BatchPointGet (#32534)
ref pingcap/tidb#31056
|
2022-02-28 14:17:45 +08:00 |
|
|
|
f0d8352269
|
br: add pprof package back (#32639)
close pingcap/tidb#32638
|
2022-02-28 14:03:44 +08:00 |
|
|
|
db17bb1af2
|
ddl: migrate test-infra to testify for db_change_test.go (#32651)
close pingcap/tidb#28633
|
2022-02-28 11:59:45 +08:00 |
|
|
|
33f0a8028a
|
expression: support pushdown regexp to TiFlash (#32636)
close pingcap/tidb#32637
|
2022-02-28 11:47:45 +08:00 |
|
|
|
3e1cd2733a
|
ddl: migrate test-infra to testify for rollingback_test.go (#32647)
close pingcap/tidb#29110
|
2022-02-26 16:11:43 +08:00 |
|
|
|
29d0f1a80d
|
executor: migrate test-infra to testify for join_pkg_test.go (#32507)
close pingcap/tidb#28592
|
2022-02-26 00:53:44 +08:00 |
|
|
|
ac04f2e353
|
planner/core: migrate test-infra to testify (#32597)
close pingcap/tidb#26857, close pingcap/tidb#28411
|
2022-02-25 19:19:44 +08:00 |
|
|
|
cc3c905013
|
metrics: Support multi k8s in grafana dashboards (#32546)
close pingcap/tidb#32593
|
2022-02-25 18:37:44 +08:00 |
|
|
|
53c9addbf7
|
table/tables: make test case TestConstraintCheckForUniqueIndex stable (#32630)
close pingcap/tidb#32412
|
2022-02-25 18:25:44 +08:00 |
|
|
|
9e90552a4a
|
privileges: clean up pingcap/check deps (#32602)
close pingcap/tidb#32598
|
2022-02-25 17:47:44 +08:00 |
|
|
|
09324adc13
|
handle_test: fix unstable test in the TestConcurrentLoadHistTimeout (#32622)
close pingcap/tidb#32580
|
2022-02-25 16:47:43 +08:00 |
|
|
|
a680d66383
|
expression: enable dayname/monthname function push down for tiflash (#32595)
close pingcap/tidb#32594
|
2022-02-25 14:55:43 +08:00 |
|
|
|
e389170624
|
variable: refine comments of variables (#32611)
close pingcap/tidb#32609
|
2022-02-25 10:23:42 +08:00 |
|
|
|
e85a15501a
|
test: disable mutation checker in BenchmarkInsertIntoSelect (#32605)
close pingcap/tidb#32604
|
2022-02-24 20:43:43 +08:00 |
|
|
|
47f9e9c00e
|
lightning: fix local dir automatic unescape (#32589)
close pingcap/tidb#32549
|
2022-02-24 17:29:42 +08:00 |
|
|
|
047775fbc8
|
expression: fine-grained precision infer when casting const to Decimal (#32359)
ref pingcap/tidb#30961
|
2022-02-24 16:19:42 +08:00 |
|
|
|
e42f26c3f8
|
br: don't print slow log in br without SlowLogFile config (#32204)
close pingcap/tidb#32202
|
2022-02-24 15:15:43 +08:00 |
|
|
|
5af053e9d3
|
metrics: fix DDL backfill progress in percentage on Grafana (#32581)
close pingcap/tidb#32194
|
2022-02-24 12:07:43 +08:00 |
|
|
|
5019250dec
|
planner/core: migrate test-infra to testify for cbo_test.go (#32586)
close pingcap/tidb#28388
|
2022-02-24 11:35:42 +08:00 |
|
|
|
a11ece9f88
|
planner/core: migrate test-infra to testify for integration_test.go (#32560)
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
|
2022-02-24 00:00:19 +08:00 |
|
|
|
cce1ebdebb
|
util: avoid column allocator reuse the column hold huge memory (#32554)
close pingcap/tidb#31981
|
2022-02-23 18:55:42 +08:00 |
|
|
|
991132080f
|
planner: don't decorrelate the APPLY when the inner's projection reference no column (#32370)
close pingcap/tidb#32089
|
2022-02-23 18:43:43 +08:00 |
|
|
|
7e627e8222
|
executor: make the create/start/end time in admin show ddl jobs TZ aware (#32450)
ref pingcap/tidb#26642
|
2022-02-23 17:25:43 +08:00 |
|
|
|
cc789d078b
|
codec: Don't convert set or enum datum to float64 (#32372)
close pingcap/tidb#32302
|
2022-02-23 16:57:43 +08:00 |
|
|
|
129dadf4d0
|
ddl: fix data race for ddl seq (#32542)
close pingcap/tidb#32541
|
2022-02-23 16:41:43 +08:00 |
|
|
|
816a0835db
|
planner: support filter statements by users for SPM auto capture (#32460)
|
2022-02-23 15:37:40 +08:00 |
|
|
|
221801b552
|
planner: fix tidb can point update data even if tidb_super_read_only is on (#32547)
close pingcap/tidb#32539
|
2022-02-23 13:05:42 +08:00 |
|
|
|
5bbd709914
|
ddl: onDropTableOrView remove useless parameter (#32537)
ref pingcap/tidb#31716
|
2022-02-22 22:09:43 +08:00 |
|
|
|
fc94e59214
|
tools/check: revise the error message for failed test case (#32533)
close pingcap/tidb#32532
|
2022-02-22 19:55:44 +08:00 |
|
|
|
77a2033f6b
|
planner/core: migrate test-infra to testify for physical_plan_test.go (#32523)
close pingcap/tidb#28409, close pingcap/tidb#32108
|
2022-02-22 18:49:43 +08:00 |
|
|
|
de1bc57790
|
executor: stable test not to automatically gc (#32520)
close pingcap/tidb#32519
|
2022-02-22 17:05:43 +08:00 |
|
|
|
f60a589147
|
executor: tiny refactor code to improve CheckTableExec (#32295)
close pingcap/tidb#32294
|
2022-02-22 16:27:43 +08:00 |
|
|
|
964a9403ca
|
executor: migrate test-infra to testify for table_readers_required_rows_test.go (#32487)
close pingcap/tidb#28620
|
2022-02-22 16:15:43 +08:00 |
|
|
|
c9d8fdc80d
|
Makefile: run stable cases and unstable cases seperately (#32525)
close pingcap/tidb#32524
|
2022-02-22 15:33:43 +08:00 |
|
|
|
067563d9b7
|
ddl: Implement basic version of batch add TiFlash replica in one database (#32431)
ref pingcap/tidb#32254
|
2022-02-22 14:51:43 +08:00 |
|
|
|
3f46b9a56e
|
*: fix conflict of the ddl seq number (#32462)
close pingcap/tidb#32402
|
2022-02-22 13:11:42 +08:00 |
|
|
|
20bd94918b
|
planner: fix the usage of ParamMarker for PointGet (#32235)
ref pingcap/tidb#31056
|
2022-02-22 12:55:42 +08:00 |
|
|
|
ae40916cb7
|
planner/core: migrate test-infra to testify for partition_*_test.go (#32514)
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
|
2022-02-22 12:41:39 +08:00 |
|
|
|
5988d0b2f4
|
*: update client-go and etcd version (#32457)
close pingcap/tidb#32456
|
2022-02-22 11:11:43 +08:00 |
|
|
|
1624123b84
|
*: fix time zone problems encountered when changing the other type columns to timestamp type columns (#31843)
close pingcap/tidb#29585
|
2022-02-21 23:11:42 +08:00 |
|
|
|
63e6f31968
|
planner/core: migrate test-infra to testify for expression_rewriter_test.go (#32510)
close pingcap/tidb#28408
|
2022-02-21 19:17:41 +08:00 |
|
|
|
3c64d10b7e
|
executor: migrate test-infra to testify for statement_context_test.go (#32486)
close pingcap/tidb#28619
|
2022-02-21 18:45:42 +08:00 |
|