Commit Graph

18302 Commits

Author SHA1 Message Date
14bedf3ee5 expression: fix panic in upper() and lower() func. (#32505)
close pingcap/tidb#32488
2022-02-21 17:35:43 +08:00
2ede6a35b8 topsql: make unit test stable (#32463)
close pingcap/tidb#32461
2022-02-21 15:37:42 +08:00
5233d2eca8 stmtsummary: issue left in #32156 (#32427)
close pingcap/tidb#32156
2022-02-21 15:11:42 +08:00
6aa0b202f1 expression: add builtin func charset() (#32470)
close pingcap/tidb#3931
2022-02-21 13:57:41 +08:00
1b04c3b054 planner: fix wrong range calculation for Nulleq function on Enum values (#32440)
close pingcap/tidb#32428
2022-02-21 13:03:41 +08:00
f90bfe7e42 domain: Implement global config pd (#32166)
close pingcap/tidb#31009
2022-02-21 12:49:42 +08:00
1254140e61 topsql: fix unstable test in reporter (#32464)
close pingcap/tidb#32002
2022-02-21 12:31:41 +08:00
171a354860 metrics/grafana: use jsonnet to generate tidb-summary Grafana json files (#32333)
ref pingcap/tidb#32194
2022-02-20 17:11:40 +08:00
36a1f84191 planner/core: migrate test-infra to testify for enforce_mpp_test.go (#32479)
close pingcap/tidb#28389
2022-02-19 18:07:40 +08:00
1d32049b2d executor: migrate test-infra to testify for metrics_reader_test.go (#32452)
close pingcap/tidb#28598
2022-02-19 16:15:40 +08:00
6277f612b3 ddl: migrate test-infra to testify for sequence_test (#32477)
close pingcap/tidb#29112
2022-02-19 12:25:40 +08:00
691fe65367 executor: migrate test-infra to testify for rowid_test.go (#32455)
close pingcap/tidb#28605
2022-02-19 10:57:40 +08:00
b460f87b6d executor: add a benchmark test for union scan reading (#32441)
close pingcap/tidb#32433
2022-02-18 21:23:40 +08:00
313960e49c planner, table: Disallow update self (natural) join on partitioning columns (#31629) (#31779)
close pingcap/tidb#31629
2022-02-18 17:55:40 +08:00
6517f3b315 planner,expression,util: scatter hotspot index in certain scenes by expression index (#30659)
close pingcap/tidb#31040
2022-02-18 16:47:40 +08:00
c102b6b25a statistics: fix data race (#32448)
close pingcap/tidb#32426
2022-02-18 16:07:40 +08:00
d20be034f1 tools/check: exit non-zero when the unit test fail (#32444)
close pingcap/tidb#32442
2022-02-18 14:59:40 +08:00
61986869ea planner/core: migrate test-infra to testify for planbuilder_test.go (#32445)
close pingcap/tidb#28392
2022-02-18 12:57:40 +08:00
e0f90a7c11 ddl: fix string truncating when tiflash/sync-status returns a very long line (#32367)
close pingcap/tidb#32356
2022-02-18 12:33:40 +08:00
932c0400ad executor: migrate test-infra to testify for joiner_test.go (#32454)
close pingcap/tidb#28594
2022-02-18 12:01:40 +08:00
6ce6b8a3ca store: avoid importing pd/server (#31617)
close pingcap/tidb#31616
2022-02-18 11:25:40 +08:00
7875c6003e enhance perf overview dashboards (#32420)
1. add database time overview and connection(total/active) panels
2. add pd requests information

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-02-18 09:34:36 +08:00
64f8c4756f executor: migrate test-infra to testify for select_into_test.go (#32415)
close pingcap/tidb#28607
2022-02-17 21:55:40 +08:00
e592cef7e0 *: add create time to admin show ddl jobs (#32435)
ref pingcap/tidb#23494
2022-02-17 21:17:40 +08:00
5e52263d81 stmtsummary: fix unstable test (#32434)
close pingcap/tidb#32046
2022-02-17 17:55:40 +08:00
c8bef987ae *: support variable tidb_last_ddl_info (#32414)
close pingcap/tidb#32402
2022-02-17 16:43:40 +08:00
8622c06652 cpuprofile: fix unstable test (#32429)
close pingcap/tidb#32080
2022-02-17 16:27:40 +08:00
94f821c102 expression: support push mod down to tikv (#31952)
ref pingcap/tidb#31846
2022-02-17 15:15:40 +08:00
c4a0bfb3bd stmtsummary: fix data race (#32424)
close pingcap/tidb#31998
2022-02-17 14:59:40 +08:00
7a4516edbe executor: migrate test-infra to testify for revoke_test.go (#32418)
close pingcap/tidb#28604
2022-02-17 14:41:40 +08:00
8c04d41c48 parser: support ALTER DATABASE t SET TIFLASH REPLICA in grammar (#32255)
ref pingcap/tidb#32254
2022-02-17 14:25:39 +08:00
db3e69eb68 executor: migrate test-infra to testify for ddl_test (#32394)
close pingcap/tidb#28572
2022-02-16 21:25:39 +08:00
2d61131e1c planner: fix the plan when projection under unionScan (#31710)
close pingcap/tidb#31665
2022-02-16 20:55:39 +08:00
c4d4b798c7 planner: fix unable to push down agg to tiflash when tidb_isolation_read_engines is set (#32336)
close pingcap/tidb#31240
2022-02-16 20:41:39 +08:00
41e6b3bdc1 executor, unistore: simply add a wait group to avoid data race (#32407)
close pingcap/tidb#32408
2022-02-16 19:11:39 +08:00
a31ca21830 planner: support sysdate behavior according to sysdate_is_now (#31881)
close pingcap/tidb#31872
2022-02-16 18:53:39 +08:00
c14f4ad5fc *: remove skip test (#32383)
ref pingcap/tidb#31716
2022-02-16 17:07:39 +08:00
4548f12b1c *: clean sqlexec in statistics handle (#32282)
close pingcap/tidb#32238
2022-02-16 16:55:39 +08:00
fccdacdd7c executor: migrate test-infra to testify for show_placement_test (#32346)
close pingcap/tidb#28610
2022-02-16 16:37:39 +08:00
92d72f17fa copr: replace unistore closure executors with existing mpp executors (#27947)
close pingcap/tidb#26878
2022-02-16 16:19:39 +08:00
43e666ba7c executor: migrate test-infra to testify for sample_test.go (#32380)
close pingcap/tidb#28606
2022-02-16 14:15:39 +08:00
9659b93250 executor: migrate test-infra to testify for show_placement_labels_test.go (#32393)
close pingcap/tidb#28609
2022-02-16 13:53:39 +08:00
a97fe372ae ddl: fix a bug when drop a column with single index (#32211)
close pingcap/tidb#32079
2022-02-16 13:37:39 +08:00
a4b5190e88 planner/core: migrate test-infra to testify for preprocess_test.go (#32357)
close pingcap/tidb#28395
2022-02-16 11:29:39 +08:00
90f4c5d12b expression: support push down tikv supported functions (#32348)
ref pingcap/tidb#31846
2022-02-16 11:11:40 +08:00
4dfa95b7a6 session: migrate test-infra to testify for session/session_fail_test.go (#32260)
close pingcap/tidb#28327
2022-02-16 10:57:39 +08:00
1f810e5256 ddl: make rename a not exists table report right error message (#32170)
close pingcap/tidb#29893
2022-02-16 10:43:39 +08:00
706f8a9d9c lightning: skip restore table when source files are empty (#28189)
close pingcap/tidb#28144
2022-02-16 10:19:39 +08:00
eabd78cae2 *: add an option to enable pessimistic mode for auto-commit transactions (#32056)
close pingcap/tidb#31135
2022-02-15 19:33:38 +08:00
2b9093f30d expression: fix date format identifies '\n' as invalid separator (#32358)
close pingcap/tidb#32232
2022-02-15 17:55:38 +08:00