Commit Graph

110 Commits

Author SHA1 Message Date
7087f702e1 executors: record the index usage in each executors (#50643)
close pingcap/tidb#50261
2024-01-30 03:51:22 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
1760a26d30 hint: refactor PlanHints (#50768)
ref pingcap/tidb#48875
2024-01-29 04:33:22 +00:00
dc54d6cd9a planner: move more hint code to the hint package (#50769)
ref pingcap/tidb#48875
2024-01-29 03:16:52 +00:00
c1299bbfc5 planner: move more hint code to the hint package (#50756)
ref pingcap/tidb#48875
2024-01-26 12:06:20 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
799a46107e planner: move more hint code to the hint package (#50728)
ref pingcap/tidb#48875
2024-01-25 15:09:21 +00:00
035df1a00a *: refactor limit hint (#50730)
ref pingcap/tidb#48875
2024-01-25 11:43:51 +00:00
f94e331475 planner: refactor some internal hint structures (#50720)
ref pingcap/tidb#48875
2024-01-25 08:03:21 +00:00
cf320b2096 session: fix update process info will data race with expensive-query check (#50696)
close pingcap/tidb#50607
2024-01-25 04:28:51 +00:00
e42d0bf4e5 *: support tidb_opt_use_invisible_indexes (#50654)
ref pingcap/tidb#50653
2024-01-25 03:51:22 +00:00
c1cae24a87 table: simplify the interface table.Index to reduce its context requirement (#50692)
close pingcap/tidb#50691
2024-01-24 10:06:28 +00:00
7c5f9d4fab *: support display tiflash ru in explain analyze (#50406)
close pingcap/tidb#50637
2024-01-24 09:16:51 +00:00
0568385513 executor: fix data race for test TestInterruptedDuringSpilling (#50693)
close pingcap/tidb#50688
2024-01-24 07:54:23 +00:00
87ffb95856 disttask: replace spool with waitgroup (#50664)
ref pingcap/tidb#49008
2024-01-24 04:00:21 +00:00
9a326b9619 executor: add kill signal check logic for sortPartition and rowContainer (#50510)
close pingcap/tidb#50511
2024-01-23 07:42:19 +00:00
301d1d2048 statistics/handle/usage: modify the SessionIndexUsageCollector to implement new index usage design (#50050)
close pingcap/tidb#49835
2024-01-22 14:40:50 +00:00
bfa10bdc18 bindinfo: SetSkipPlanCache use nostack errors (#50585)
close pingcap/tidb#49291
2024-01-19 05:34:47 +00:00
81e921f7cc executor: adapt to the go1.21 map loadFactor setting value (#50545)
close pingcap/tidb#50544
2024-01-18 11:31:48 +00:00
9b860f87bb conn, util: make opentracing work again (#50551)
close pingcap/tidb#50508
2024-01-18 09:13:54 +00:00
da501a0e38 exectuor: add stack trace for runtime panic (#50449)
ref pingcap/tidb#49882
2024-01-16 16:36:15 +00:00
264d11bba5 Lightning: report an insufficient space error regarding TiFlash (#50325)
close pingcap/tidb#50324
2024-01-16 08:52:46 +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
715fc0b866 *: remove TLS1.0, TLS1.1 support (#50348)
ref pingcap/tidb#36036
2024-01-15 04:16:18 +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
17d65b9317 disttask: change extra running subtasks to pending (#50266)
ref pingcap/tidb#49008
2024-01-12 03:48:25 +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
d505704207 Revert "planner: fix leading hint cannot take effect in UNION ALL statements" (#50260)
close pingcap/tidb#50067
2024-01-10 08:32:08 +00:00
c55105e044 planner: fix leading hint cannot take effect in UNION ALL statements (#50145)
close pingcap/tidb#50067
2024-01-10 07:18:24 +00:00
1245c28b3b executor: refine sort spill (#48872)
ref pingcap/tidb#47733
2024-01-09 00:58:54 +00:00
3ced975851 util: Use TLSv1.2 as minimum TLS version by default (#36037)
close pingcap/tidb#36036
2024-01-04 18:48:33 +00:00
62c83d40fe bindinfo: extract the table hint from the union statement (#50070)
close pingcap/tidb#50068
2024-01-04 14:00:34 +00:00
3d939d4b6f disttask: init capacity and check concurrency using cpu count of managed node (#49875)
ref pingcap/tidb#49008
2024-01-02 05:36:31 +00:00
70452024e7 planner: use TxnCtx.InfoSchema to prevent schema inconsistency (#49947)
ref pingcap/tidb#41622
2024-01-02 05:00:38 +00:00
a6ba2ec8a8 planner: fix show stats_bucket couldn't decode index boundary out (#49945)
close pingcap/tidb#49823
2024-01-02 04:18:38 +00:00
84d9bc3b6a importinto: move post-process code from disttask pkg to importer pkg (#49884)
ref pingcap/tidb#49883
2023-12-29 07:27:35 +00:00
e19e06e1bc executor: support recovery mem limit error in disagg tiflash mode (#49401)
close pingcap/tidb#49574
2023-12-29 06:07:58 +00:00
60d6286fa3 ddl: support bdr bwlist (#48776)
ref pingcap/tidb#48519
2023-12-28 08:04:58 +00:00
b56a09b151 util: fix recover log doesn't contains stack (#49868)
close pingcap/tidb#49867
2023-12-28 05:18:28 +00:00
aeefec893d session, chunk: refactor re-used chunk allocator in executor (#49667)
close pingcap/tidb#49661
2023-12-27 06:31:57 +00:00
a7ef915052 *: upgrade rules_go (#49693) 2023-12-27 02:15:28 +00:00
bca554aa82 planner: unite the variable name (#49759) 2023-12-26 07:28:58 +00:00
a41527f8d9 rowcodec: use array type to decode index value (#49720)
close pingcap/tidb#49680
2023-12-25 08:22:57 +00:00
946bcfca14 stmtsummary: add request-units info in statements_summary (#49504)
ref pingcap/tidb#49318
2023-12-25 07:33:26 +00:00
3e9bd47dfd disttask: maintain managed nodes separately (#49623)
ref pingcap/tidb#49008
2023-12-22 08:51:24 +00:00
c1d2611fe5 util/dbterror: add 'result undetermined' to retryable error codes (#49565)
close pingcap/tidb#49556
2023-12-22 07:04:55 +00:00
ebd259c6a7 planner: move more hint code to a separate package (#49697)
ref pingcap/tidb#48875
2023-12-22 06:18:45 +00:00
3a8b5ac2b0 planner: move more hint code to a separate package (#49673)
ref pingcap/tidb#48875
2023-12-21 10:42:50 +00:00
7f9559c10c executor: refactor executor pkg's warning and note generation (#49600)
close pingcap/tidb#49291
2023-12-21 10:42:23 +00:00