Commit Graph

3066 Commits

Author SHA1 Message Date
7cee1900b1 statistics: refactor RecordHistoricalStatsMeta to handle single table (#59127)
close pingcap/tidb#57869
2025-01-22 17:15:35 +00:00
fcdbbd49bb DXF: check the cause of subtaskCtx to decide the subtask state (#58893)
close pingcap/tidb#58827
2025-01-22 16:20:26 +00:00
221251e54f domain: cleanup topo keys properly (#58984)
close pingcap/tidb#58983
2025-01-22 15:14:44 +00:00
6cffa2fbab planner: Bound Check Elimination in the PhysicalTableScan.Clone (#59102)
ref pingcap/tidb#34669
2025-01-22 14:04:41 +00:00
837b1f5d50 statsistics: add a intest when put stats table into statscache (#59119) 2025-01-22 10:13:26 +00:00
a5d2d28d01 statistics: fix the potential error when merging global stats (#52218)
close pingcap/tidb#52251
2025-01-22 09:20:20 +00:00
a1beeb1200 statistics: update RecordHistoricalStatsMeta to handle multiple table IDs (#59037)
close pingcap/tidb#57869
2025-01-22 07:55:14 +00:00
b9b9787f17 dxf: support param modify for active running subtask (#58935)
ref pingcap/tidb#57497
2025-01-22 04:02:05 +00:00
ddf8c846df br: fix data race for the function IsLeaseExpired (#59098)
ref pingcap/tidb#57743
2025-01-22 03:16:53 +00:00
51d723b5e2 sessionctx, executor, infoschema: Add fine grained network traffic stats in slow log (#59041)
ref pingcap/tidb#57543
2025-01-22 02:19:05 +00:00
tpp
aabd3ac7c4 planner: Ensure index without stats survives for skyling pruning (#58729)
close pingcap/tidb#57948
2025-01-21 16:38:17 +00:00
923fd814ae executor: make TestWorkerPool stable (#59100)
close pingcap/tidb#59097
2025-01-21 13:48:14 +00:00
cc4b0938e5 planner, executor: add privilege check for traffic replay (#59054)
close pingcap/tidb#59053
2025-01-21 13:16:02 +00:00
f6317cf3e8 *: support ALPN for the status server (#59095)
close pingcap/tidb#59093
2025-01-21 11:00:42 +00:00
c05646e352 test: fix error checking (#59092)
ref pingcap/tidb#57275
2025-01-21 10:05:38 +00:00
adb8b4d715 execdetails: use slices.SortFunc to eliminate bound checker (#59091)
ref pingcap/tidb#36058
2025-01-21 10:05:31 +00:00
448b92ac83 planner: avoid slicesgrow in the buildDataSource (#58853)
close pingcap/tidb#58842
2025-01-21 10:05:23 +00:00
a6ab1033ec expression: fix wrong size in the baseBuiltinFunc.cloneFrom (#59085)
close pingcap/tidb#59084
2025-01-21 09:06:23 +00:00
ffd133a3fb planner: move some ut into new package (#59077)
ref pingcap/tidb#35247
2025-01-21 09:06:16 +00:00
0c1aa46bc3 infoschema: remove domain init reload when reload time greater than half of schemaLease (#58818)
ref pingcap/tidb#58821
2025-01-21 08:18:56 +00:00
2e377f4c49 executor, indexusage: don't load stats for point get index usage reporter (#58478)
close pingcap/tidb#58477
2025-01-21 06:56:59 +00:00
c1bb4f7adb expression: Fixing Expression Rewrite Bug in Predicate Push Down for NULLIF with Type Mismatch (#58588)
close pingcap/tidb#57647
2025-01-21 05:14:17 +00:00
32d11a87c5 statistics: fix the behavior of DROP STATS after #58596 (#59031)
ref pingcap/tidb#58181
2025-01-21 04:11:42 +00:00
c34a6b69f6 executor,util: Stat inner/inter zone network traffic for MPP tasks (#58683)
close pingcap/tidb#58682
2025-01-21 02:11:44 +00:00
62f9a39346 dxf: support modify app param on scheduler part (#58990)
ref pingcap/tidb#57497
2025-01-20 09:25:14 +00:00
6cceaba4b1 dxf: add comment to explain current schedule strategy (#59033)
ref pingcap/tidb#57497
2025-01-20 06:56:23 +00:00
5ed9e6331b util: split the tests of workloadrepo into multiple shard (#59030)
ref pingcap/tidb#58247
2025-01-19 14:36:05 +00:00
eb9b085d0d *: bump client-go to adopt some optimizations (#59007)
ref pingcap/tidb#54047
2025-01-17 14:32:34 +00:00
372eb9a540 ddl: fix context usage and wait adjust worker count routine exit before return (#59020)
ref pingcap/tidb#57229, close pingcap/tidb#59016
2025-01-17 13:35:34 +00:00
f7c94c80c5 ddl/dxf: some rename and merge explicit impl of scheduler.Extension with scheduler (#59013)
ref pingcap/tidb#57497
2025-01-17 09:55:29 +00:00
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