Commit Graph

4568 Commits

Author SHA1 Message Date
6c6955dd84 chunk: fix the issue that the last_sql_use_alloc is not correct if it only reuses the chunk for results (#65254)
close pingcap/tidb#65253
2025-12-25 08:50:38 +00:00
62ee49c7b1 dxf: rename task concurrency to required slots and other refactor (#65195)
ref pingcap/tidb#65192
2025-12-25 05:07:47 +00:00
7dea15e880 expression: support newer UUID types (#65007)
close pingcap/tidb#61982
2025-12-24 18:05:55 +00:00
a5080263ff importinto: make ErrPDServerTimeout retryable which might meet during checksum (#65239)
close pingcap/tidb#65080
2025-12-24 12:50:53 +00:00
0f706ffd90 importinto: refactor and add interface for import into sdk (#65094)
ref pingcap/tidb#65092
2025-12-23 07:10:08 +00:00
9c74029894 sessionctx: Increase max value for innodb_lock_wait_timeout (#65153)
close pingcap/tidb#65152
2025-12-22 20:05:19 +00:00
ccda674e6b planner: reduce NewPlanCacheKey allocations with sync.Pool (#65072)
ref pingcap/tidb#65117
2025-12-22 11:58:29 +00:00
4915482a36 *: use IsColOpCol to remove the same code (#65144) 2025-12-22 10:08:23 +00:00
ce06e5d382 *: fix index lookup pushdown error for partition table + uncomitted rows (#65157)
close pingcap/tidb#65155
2025-12-22 08:30:40 +00:00
1676563499 executor, sessionctx: remove MemArbitrator from slow log rules (#65105) 2025-12-21 11:45:22 +00:00
969d090c0b infoschema: fix TableName2ID case sensitivity issue (#65139)
close pingcap/tidb#64369
2025-12-20 16:03:20 +00:00
311b25a8c5 slowlog: fix the internal sql flag (#64827)
close pingcap/tidb#64825
2025-12-20 00:27:44 +00:00
e0803fa0a1 expression, planner: fix ambiguous column name in overflow error message (#64887)
close pingcap/tidb#17993
2025-12-19 16:59:38 +00:00
9ee409cc4a dxf: add event metric for cleanup or meter failure so we can add alert (#65124)
ref pingcap/tidb#61702
2025-12-19 09:06:41 +00:00
1682f76c37 ddl: forbid alter ddl jobs for add-index in nextgen (#65125)
ref pingcap/tidb#61702
2025-12-19 07:34:53 +00:00
69f71e4ab1 sem, privilege: fix the issue that some privileges cannot be limited (#64160)
close pingcap/tidb#64159
2025-12-19 07:34:47 +00:00
0eb881e406 importer: parallel split single large CSV files during generate import spec (#64875)
close pingcap/tidb#64810
2025-12-19 04:04:47 +00:00
1e08348b48 executor: data race in TestIndexNestedLoopHashJoin (#65123)
close pingcap/tidb#64542
2025-12-19 02:52:38 +00:00
865730dd6e dxf: retry failed write with the same TS instead of accumulating meter data to avoid duplicate data (#65115)
ref pingcap/tidb#61702
2025-12-18 18:18:17 +00:00
6540abdf82 sessiontxn/staleread: don't overwrite StaleTSOProvider for single statement (#65110)
close pingcap/tidb#65090
2025-12-18 15:55:05 +00:00
b260730a2b planner: use TempDir to fix the flaky test (#65122)
close pingcap/tidb#65121
2025-12-18 14:52:47 +00:00
308789723b planner: fix the flaky test TestTiFlashLateMaterialization (#65119)
close pingcap/tidb#61989
2025-12-18 13:47:29 +00:00
0b0cc99429 test: fix the flaky test TestAuditPluginRetrying (#65114)
close pingcap/tidb#65113
2025-12-18 12:28:47 +00:00
bf83436418 ddl: refine the criterion for modify column (#64834)
close pingcap/tiflash#10509, ref pingcap/tidb#63366
2025-12-18 11:41:59 +00:00
8227b493ba executor: nonclustered partitioned table could miss updates due to duplicate _tidb_rowid from EXCHANGE PARTITION (#65084)
close pingcap/tidb#65067
2025-12-18 04:59:59 +00:00
8de96d99dc memory: copy global mem arbitrator metrics to nextgen grafana (#65042)
ref pingcap/tidb#58194
2025-12-18 02:41:08 +00:00
dc7d3a05b5 *: add the Rewrite_time as a slow log rule (#65086) 2025-12-17 19:38:02 +00:00
45257846ea traceevent: enable bazel shard_count (#65088)
close pingcap/tidb#65081
2025-12-17 16:43:02 +00:00
d395c3e515 ddl: fix flaky test TestColumnAdd (#64397)
close pingcap/tidb#64559
2025-12-17 14:56:53 +00:00
a14f0c8f22 ddl: sync affinity group for pd and support show affinity (#65049)
ref pingcap/tidb#64938
2025-12-17 12:37:56 +00:00
03bf50c7a5 ddl: implement max progress tracking in reorg context (#64917)
close pingcap/tidb#62496
2025-12-17 08:43:29 +00:00
23262123f0 br: upgrade AWS sdk from v1 to v2 (#64303)
close pingcap/tidb#62541
2025-12-17 08:43:20 +00:00
9b5cf852ad ddl: fix flaky TestAddGlobalIndexInIngestWithUpdate (#65079)
close pingcap/tidb#64000
2025-12-17 06:16:35 +00:00
524a282a21 *: update pd client and client go (#65044)
ref pingcap/tidb#64938, close pingcap/tidb#65045
2025-12-17 06:16:29 +00:00
5e4e148f00 importinto: support conflict resolution in classic kernel (#65073)
ref pingcap/tidb#60621
2025-12-17 04:26:14 +00:00
dd52e49685 br: fix with sys check, check pass even privilege tables' schema are the same (#65078)
close pingcap/tidb#64667
2025-12-16 18:41:54 +00:00
6a1556e06e dxf: add concurrency/max-node/duration to the final metering data to help estimate cost (#65039)
ref pingcap/tidb#61702
2025-12-16 18:41:47 +00:00
5376b6bd8a executor: fix data race in the temp folder (#65064)
close pingcap/tidb#65063
2025-12-16 12:39:53 +00:00
ee0a2f8cb8 importinto: add executor for conflict conflicts step (#65019)
ref pingcap/tidb#60621
2025-12-16 07:05:17 +00:00
cb08e5eda4 planner: Apply should not be full scan when plan cache enabled (#64646)
close pingcap/tidb#64645
2025-12-16 04:17:14 +00:00
tpp
11e53f2c6a planner: flaky test TestIndexNestedLoopHashJoin (#65012)
ref pingcap/tidb#63501
2025-12-15 23:49:23 +00:00
b627ade91f stats, planner: typo warning msg when stats_meta row count is different with pd row count (#65031)
close pingcap/tidb#65030
2025-12-15 17:21:53 +00:00
290dd881c0 stats: Correctly set stats version after running ANALYZE (#64443)
close pingcap/tidb#64400
2025-12-15 15:51:56 +00:00
9cad10b6ff meta: fix infoschema compare foreign key field is null to decide whether it must load (#60235)
close pingcap/tidb#60044
2025-12-15 08:09:56 +00:00
69fb8dbc92 *: support system variable tidb_index_lookup_pushdown_policy and hint NO_INDEX_LOOKUP_PUSHDOWN (#64932)
ref pingcap/tidb#62575
2025-12-15 05:38:47 +00:00
4f424863db ddl: support to set and alter the AFFINITY for table (#64988)
ref pingcap/tidb#64938
2025-12-15 03:13:17 +00:00
5810fff4e5 *: ref all the jobs before sending to jobToWorkerCh (#64767)
close pingcap/tidb#64666
2025-12-14 06:47:47 +00:00
c0659c1643 sesssion: remove useless upgrade254 (#65020)
ref pingcap/tidb#64992
2025-12-13 23:39:53 +00:00
28f2f4b1bc importinto: add step executor for conflict resolution step (#64996)
ref pingcap/tidb#60621
2025-12-13 05:10:38 +00:00
82e69f2932 session: initialize MDL if start in normal mode during bootstrap (#64550)
close pingcap/tidb#64539
2025-12-13 03:08:08 +00:00