Commit Graph

705 Commits

Author SHA1 Message Date
fb90216ef1 planner: fix index merge intersection case will have redundant partial path (#50495)
close pingcap/tidb#50496
2024-01-17 11:51:23 +00:00
890230e17e disttask: add available resource param to step executor (#50475)
ref pingcap/tidb#49008
2024-01-17 11:51:16 +00:00
518f0afd87 disttask: fix data race when accessing task concurrently in scheduler (#50509)
close pingcap/tidb#50498
2024-01-17 10:30:16 +00:00
897c45b0e0 statistics/handle/usage: add a collector utility based on channel to collect stats from sessions (#50437)
close pingcap/tidb#50416
2024-01-17 09:49:46 +00:00
5fee75661a lightning: use SprintfWithIdentifier to process strings with identifier (#50434)
ref pingcap/tidb#30699
2024-01-17 08:34:47 +00:00
245951f07d planner: clean BindRecord in the binding package (#50487)
ref pingcap/tidb#48875
2024-01-17 05:06:15 +00:00
595fa7affc disttask: refine taskTable and remove useless code (#50461)
ref pingcap/tidb#48795
2024-01-17 04:06:15 +00:00
0c584297fe expression: allow pushdown power to TiFlash/TiKV (#50486)
close pingcap/tidb#50485
2024-01-17 03:31:45 +00:00
da501a0e38 exectuor: add stack trace for runtime panic (#50449)
ref pingcap/tidb#49882
2024-01-16 16:36:15 +00:00
7801b914bb planner: fix panic when table path and mv index path are both used in access path (#50474)
close pingcap/tidb#50420
2024-01-16 14:00:15 +00:00
a20cdf6f4c planner: clean BindRecord in the binding package (#50466)
ref pingcap/tidb#48875
2024-01-16 10:54:18 +00:00
caa5539686 disttask: fix executor err handling missing part (#50429)
close pingcap/tidb#50417
2024-01-16 09:55:59 +00:00
07fded43d4 parser: add support for the SHOW {REPLICA | SLAVE} STATUS stmt. (#50404)
close pingcap/tidb#50403
2024-01-16 09:55:52 +00:00
264d11bba5 Lightning: report an insufficient space error regarding TiFlash (#50325)
close pingcap/tidb#50324
2024-01-16 08:52:46 +00:00
8a529303ce planner: clean BindRecord in the binding package (#50460)
ref pingcap/tidb#48875
2024-01-16 07:57:16 +00:00
4d9c645933 test: fix flaky dispatch loop (#50446)
close pingcap/tidb#50409
2024-01-16 06:24:16 +00:00
1d4220de12 util: add a unit test to test min tls version (#50450)
ref pingcap/tidb#36036
2024-01-16 04:45:14 +00:00
a257521b35 ddl: use another way to get index uniqueness during task exec init (#50378)
ref pingcap/tidb#50307, close pingcap/tidb#50435
2024-01-16 04:12:15 +00:00
44e200d2a3 planner: clean BindRecord in the binding package (#50441)
ref pingcap/tidb#48875
2024-01-16 03:40:46 +00:00
9fb89b002c executor: fix select wrong partition for hash partition table (#50430)
close pingcap/tidb#50427
2024-01-16 02:36:15 +00:00
186f08cf71 planner: fix mv index path will be leveraged as index join's probe side (#50439)
close pingcap/tidb#50382
2024-01-15 12:33:15 +00:00
3a3237ee49 planner: clean BindRecord in the binding package (#50423)
ref pingcap/tidb#48875
2024-01-15 11:34:45 +00:00
720983a20c disttask: merge transfer task/subtask (#50311)
ref pingcap/tidb#48795, close pingcap/tidb#50310
2024-01-15 10:28:46 +00:00
357be8ba97 infoschema: set the correct type for REMAINING_SECONDS (#50421)
close pingcap/tidb#48835
2024-01-15 09:04:45 +00:00
f6f4639492 statistics, domain: assign high priority for stats sync load (#50343)
ref pingcap/tidb#50332
2024-01-15 06:51:15 +00:00
d68acd6da5 bindinfo: refacter the matcher (#50362)
ref pingcap/tidb#48875
2024-01-15 06:21:14 +00:00
715fc0b866 *: remove TLS1.0, TLS1.1 support (#50348)
ref pingcap/tidb#36036
2024-01-15 04:16:18 +00:00
6be00181f7 planner: enhance fix control 49736 (#50405)
ref pingcap/tidb#49736
2024-01-15 03:20:48 +00:00
d0c81e1f2a planner: fix intersection type mv index's filters mutations composition (#50379)
close pingcap/tidb#50380
2024-01-13 04:27:25 +00:00
990c1d7266 sessionctx/variable: add tidb_max_chunk_size and tidb_init_chunk_size for SET_VAR (#50395) 2024-01-13 03:19:55 +00:00
b548c8a1ac executor: avoid concurrently update for SimpleLRUCache in ApplyCache (#50356)
close pingcap/tidb#50347
2024-01-12 11:03:26 +00:00
637aaa5f5b planner: return the complete error info when Parallel Apply meets problem (#50335)
close pingcap/tidb#50256
2024-01-12 10:30:26 +00:00
f257590afc planner: fix union index merge can merge a embedded intersection index merge with only one partial path (#50363)
close pingcap/tidb#50265
2024-01-12 09:00:25 +00:00
61e062079b pkg/util: use random port to make test TestVerifyCommonNameAndRotate stable (#50369)
close pingcap/tidb#37819
2024-01-12 08:26:03 +00:00
e87d94904a lightning: always use PD HTTP client to access PD HTTP API (#50078)
ref pingcap/tidb#49865
2024-01-12 08:25:56 +00:00
c1eb8abb6e *: bypass order by clause for fast point get plan (#50204)
close pingcap/tidb#49920
2024-01-12 06:57:25 +00:00
17d65b9317 disttask: change extra running subtasks to pending (#50266)
ref pingcap/tidb#49008
2024-01-12 03:48:25 +00:00
1c4b27ccb4 planner: add exprRewriterPlanCtx and move planner related fields to it when building expression (#50065)
close pingcap/tidb#50064
2024-01-12 02:45:26 +00:00
1ad36eb0ef statistics: fix missing nil check for mv index (#50313)
close pingcap/tidb#50298
2024-01-11 11:28:54 +00:00
ad0917ea00 test: stabilize TestRenameTableIntermediateState (#50314)
close pingcap/tidb#44948
2024-01-11 10:53:02 +00:00
205b5bbd21 variable: fix information_schema.VARIABLES_INFO DEFAULT_VALUE not right problem (#49524)
close pingcap/tidb#49461, close pingcap/tidb#49968, close pingcap/tidb#50155
2024-01-11 10:52:55 +00:00
e35bb6ded9 ddl: unlock schema version mutex properly (#50327)
close pingcap/tidb#50309
2024-01-11 10:15:32 +00:00
22d2f6ddcf expression: remove useless HandleOverflowOnSelection (#50279)
close pingcap/tidb#50278
2024-01-11 10:15:25 +00:00
62d4039184 disttask: fix submit task with same key (#50317)
close pingcap/tidb#50318
2024-01-11 09:27:32 +00:00
0236944eab planner: fix leading hint cannot take effect in UNION ALL statements (#50277)
close pingcap/tidb#50067
2024-01-11 08:11:09 +00:00
02e912c529 *: refactor mpp err recovery logic (#50234)
close pingcap/tidb#50221
2024-01-11 08:11:02 +00:00
190488d0db metrics: add new row panel for tidb query (#50086)
ref pingcap/tidb#49318
2024-01-11 08:10:55 +00:00
0e29758b31 ddl: refine duplicate entry err msg when merging temp index (#50275)
close pingcap/tidb#49940
2024-01-11 07:35:02 +00:00
e3abcbbe68 test: fix race in TestManagerHandleTasks (#50304)
close pingcap/tidb#50297
2024-01-11 05:57:25 +00:00
986b00849c disttask: storage.util move to testutil (#50252)
ref pingcap/tidb#48795
2024-01-11 05:28:55 +00:00