Commit Graph

3036 Commits

Author SHA1 Message Date
db7843a5c4 ddl/ingest: remove backend context manager and refactor code (#57770)
ref pingcap/tidb#57670
2025-01-17 08:59:10 +00:00
365a722c4d runaway: fix race problem when using multiple coprocessor workers (#58987)
close pingcap/tidb#57875
2025-01-17 07:58:52 +00:00
36e8e3492e ddl: filter zero job IDs when puting DDLAllSchemaVersionsByJob key (#58991)
ref pingcap/tidb#58992
2025-01-17 04:46:25 +00:00
efb579450a dxf: add an example application (#58938)
ref pingcap/tidb#57497
2025-01-16 11:01:01 +00:00
0a74c97612 planner: add logical operator clone test (#58989)
ref pingcap/tidb#51664
2025-01-16 10:12:46 +00:00
803f9285b9 statistics: enhance dumpStatsDeltaToKV to return updated batch updates and ensure proper sorting (#58929)
ref pingcap/tidb#57869
2025-01-16 08:21:10 +00:00
c9215ec93c br: copy full backup to pitr storage (#57716)
close pingcap/tidb#58685
2025-01-16 04:31:28 +00:00
5e9748c040 pkg/extension/enterprise: update submodule (#58968) 2025-01-16 03:34:07 +00:00
6180fb7358 statistics: fix the panic when to async load stats with dropped index (#58887)
close pingcap/tidb#58865
2025-01-15 13:23:19 +00:00
aa21818786 ddl: fix a bug that create two views with same name success (#58770)
close pingcap/tidb#58769
2025-01-15 11:59:01 +00:00
b16d3420c4 planner, workload-based learning: Add common analyze table cost steps in producer part (#58930)
ref pingcap/tidb#58131
2025-01-15 11:13:34 +00:00
e8f602636b ttl: rollback the scan trasnaction even if the BEGIN failed. (#58943)
close pingcap/tidb#58900
2025-01-15 09:34:43 +00:00
a3cc774869 planner: update index advisor commends (#58908)
ref pingcap/tidb#12303
2025-01-14 17:16:52 +00:00
c744ea44af json: add json fuzz test for json_extract function and fix several bugs found by it (#58899)
close pingcap/tidb#37806, close pingcap/tidb#58888, close pingcap/tidb#58894, close pingcap/tidb#58895, close pingcap/tidb#58896, close pingcap/tidb#58897
2025-01-14 11:28:04 +00:00
6f4861d677 executor: support capturing to and replaying from shared storage (#58862)
close pingcap/tidb#58861
2025-01-14 09:08:02 +00:00
9c01dcdf1c planner: remove skip prealloc tag (#58805)
ref pingcap/tidb#40786
2025-01-14 08:19:20 +00:00
60e1aae7c5 infoschema,metrics: add a metric for infoschema v2 cache objects count (#58781)
ref pingcap/tidb#50959
2025-01-14 07:18:10 +00:00
87867ebf5f ddl/dxf: refine internal docs and some log refactor (#58881)
ref pingcap/tidb#57497
2025-01-14 06:14:08 +00:00
xhe
6fac45960f executor: fix prepared protocol charset (#58872)
close pingcap/tidb#58870
2025-01-14 06:14:01 +00:00
78fabc6b7b executor: fix a bug that global temporary table send cop request (#58882)
close pingcap/tidb#58875
2025-01-14 05:30:43 +00:00
4094726531 ddl: fix drop column args count for v1 (#58877)
close pingcap/tidb#58863
2025-01-14 04:26:28 +00:00
ea5beb8a37 planner: Handle _tidb_rowid correctly in batchPointGet Plan to avoid index out of range error (#58687)
close pingcap/tidb#58581
2025-01-14 03:11:01 +00:00
91706ec8df executor: modify the spill chunk size of topn (#58889)
ref pingcap/tidb#58891
2025-01-13 11:16:52 +00:00
d0cccca2c7 statistics: collect duration of failed stats cache sync (#58795)
close pingcap/tidb#58797
2025-01-13 11:16:34 +00:00
a903099d50 planner: add physical plan memorization for multi cascades logical alternative. (#58832)
ref pingcap/tidb#51664
2025-01-13 10:25:11 +00:00
f56a92bc71 copr: add MppVersionV3 (#58652)
ref pingcap/tidb#58654
2025-01-13 10:25:04 +00:00
7ca323f349 statistics: optimize stats delta dumping with batch processing (#58791)
close pingcap/tidb#57869
2025-01-13 08:30:49 +00:00
c44672e0c5 statistics: remove unused LastAnalyzePos field (#58859)
ref pingcap/tidb#55043
2025-01-13 07:05:19 +00:00
6d2a05e902 planner: add cascades wrapper for integrating cascades into current logical optimization phase. (#58751)
ref pingcap/tidb#51664
2025-01-13 06:11:31 +00:00
38226ece2d executor: reduce overhead of copystack in idxlookup workers (#58705)
ref pingcap/tidb#56649
2025-01-13 05:19:16 +00:00
c176384afe globalsort: skip retry when context has error (#58828)
close pingcap/tidb#58826
2025-01-13 04:32:50 +00:00
39912af1c1 coprocessor: fix performance regression when execute DML with lite-cop-worker meet region error (#58659)
close pingcap/tidb#58658
2025-01-13 03:44:55 +00:00
b74eb0f906 ddl notifier: fix shared session by List and DeleteAndCommit (#58833)
close pingcap/tidb#58824
2025-01-13 02:50:46 +00:00
e43a14e0e6 ddl: fix args count for modify column (#58855)
close pingcap/tidb#58843
2025-01-10 06:43:49 +00:00
1d0c33a167 types: throw error when input exceeds the range of float32 in vector (#58841)
ref pingcap/tidb#58379
2025-01-10 04:51:58 +00:00
d9dc3f4a3f planner: Fix vector not truncated after CBO (#58809)
close pingcap/tidb#58837
2025-01-09 19:01:43 +00:00
244062f826 planner: allow semi_join_rewrite hint to work for in-subquery (#58830)
close pingcap/tidb#58829
2025-01-09 16:29:25 +00:00
5301602262 planner: correct plan when scan tidb related cluster table with KeepOrder (#51922)
close pingcap/tidb#51723
2025-01-09 14:48:34 +00:00
0da20ee5e6 stmtsummary: check authUsers using the polymorphic stmtSummaryStats (#58427)
close pingcap/tidb#58403
2025-01-09 12:13:28 +00:00
43d9298018 infoschema: avoid panic when updating infoschema v2 btree conflicts (#58815)
close pingcap/tidb#58712
2025-01-09 11:18:40 +00:00
b22555b1c8 ddl: Fix issue with concurrent update getting reverted by BackfillData (#58229)
close pingcap/tidb#58226, close pingcap/tidb#58692
2025-01-09 10:12:49 +00:00
18fbb85594 statistics: remove unused Flag field from Column and Index structs (#58702)
ref pingcap/tidb#55043
2025-01-09 09:08:47 +00:00
4240ce4acc ddl: Remove explicit exclude for "engine" notIn "tiflash" (#58637)
close pingcap/tidb#58633
2025-01-09 09:08:37 +00:00
448e302b39 ddl: Fix vector index for high dimensional vectors (#58717)
ref pingcap/tidb#54245
2025-01-09 07:31:19 +00:00
b6141ec589 executor: fix hash join analyze statistic when spill is triggered (#58669)
close pingcap/tidb#58571
2025-01-09 06:03:19 +00:00
9d0fb303ed statistics: stats cache set default quota as 20% (#58013)
close pingcap/tidb#58014
2025-01-09 05:05:07 +00:00
fedc98a3a7 ttl: disable paging in TTL (#58759)
close pingcap/tidb#58342
2025-01-09 04:16:52 +00:00
2ae0b0abfb workloadrepo: Add unit testing for the Workload Repository. (#58266)
ref pingcap/tidb#58247
2025-01-09 03:10:58 +00:00
8390fc4557 planner: check binding validation when creating bindings (#58760)
ref pingcap/tidb#51347
2025-01-08 13:59:27 +00:00
2a3542cc2f planner: fix an unexpected result of the inlineprojection of TopN (#58771)
ref pingcap/tidb#58743
2025-01-08 13:00:46 +00:00