|
|
fc28ff6fa1
|
ttl: fix the issue that TTL cannot start if regions are merged frequently (#61530)
close pingcap/tidb#61512
|
2025-06-06 07:09:53 +00:00 |
|
|
|
cc0925eeaf
|
Lightning: Attempt to return writeTooSlow when we experience write timeout. (#61346)
ref pingcap/tidb#61326
|
2025-06-06 07:09:45 +00:00 |
|
|
|
92925e9689
|
planner: fix wrongly skip plan cache with predicate simplification (#61515)
close pingcap/tidb#61513
|
2025-06-06 05:40:38 +00:00 |
|
|
|
0d8e2bb4c5
|
planner: Make SET_VAR hints restore the correct session variable values after execution. (#61165)
close pingcap/tidb#60905
|
2025-06-05 17:23:29 +00:00 |
|
|
|
d216b7be1a
|
ingestor: fix reused httpclient schema and move ingest api err to ingestcli pkg (#61492)
ref pingcap/tidb#60418
|
2025-06-05 13:10:44 +00:00 |
|
|
|
7afd0168e8
|
*: Remove useless br metrics (#61511)
ref pingcap/tidb#60864
|
2025-06-05 11:25:23 +00:00 |
|
|
|
1f7fda4c45
|
planner: fix index merge skyline pruning may be prior to choose distinct partial index rather than the low count one. (#61372)
close pingcap/tidb#61093
|
2025-06-05 10:19:41 +00:00 |
|
|
|
0f5aa223ec
|
*: rewrite InTest to EnableInternalCheck (#60167)
ref pingcap/tidb#60176
|
2025-06-05 07:56:08 +00:00 |
|
|
|
5ce93d1969
|
prepare, stmtctx: fix the issue that errors/warnings in parse stage are not cleaned or reported (#59276)
close pingcap/tidb#59132, close pingcap/tidb#59275
|
2025-06-05 07:04:14 +00:00 |
|
|
|
ac812cac18
|
planner: use slices.Sort to simple code (#61505)
|
2025-06-05 05:31:20 +00:00 |
|
|
|
f4989a6925
|
*: Set keyspace_name const labels for client-go related metrics (#61405)
ref pingcap/tidb#60864
|
2025-06-05 02:41:56 +00:00 |
|
|
|
23de08cfb5
|
types: refactor Datum.Sort (#61494)
|
2025-06-04 15:18:59 +00:00 |
|
|
|
ac6ea64b37
|
*: support TopSQL keyspace info (next-gen) using KeyspaceName instead of KeyspaceID (#61319)
close pingcap/tidb#61287
|
2025-06-04 13:56:47 +00:00 |
|
|
|
b159f56cd4
|
planner,range: simple the code for sorting the pointers (#61456)
close pingcap/tidb#61458
|
2025-06-04 12:05:26 +00:00 |
|
|
|
029c0a90d0
|
*: inject random error for global sort & injest (#60582)
close pingcap/tidb#60277
|
2025-06-04 11:29:23 +00:00 |
|
|
|
51f88cc469
|
resource control, keyspace: update pd-client and client-go (#61381)
ref pingcap/tidb#61382
|
2025-06-04 10:34:41 +00:00 |
|
|
|
ee646437a3
|
planner: support inverted index and late materialization in CBO (#60589)
close pingcap/tidb#59880
|
2025-06-04 09:00:23 +00:00 |
|
|
|
2bd14176d4
|
build: fix build tags for some make target (#61481)
ref pingcap/tidb#60418
|
2025-06-04 06:53:08 +00:00 |
|
|
|
c1a4550fd4
|
dxf: make target scope fixed to dxf_service on nextgen (#61427)
ref pingcap/tidb#60418
|
2025-06-04 06:53:02 +00:00 |
|
|
|
d0369ffcec
|
ingestor: reuse http client and close idle connections on localbackend close for nextgen (#61473)
ref pingcap/tidb#60418
|
2025-06-04 05:12:05 +00:00 |
|
|
|
1b1c0c0320
|
parser: fix IsReadOnly function with trace stmt (#61472)
close pingcap/tidb#31175
|
2025-06-04 02:15:59 +00:00 |
|
|
|
10296d1d1c
|
planner: Only count all topn when necessary (#61421)
ref pingcap/tidb#61339
|
2025-06-03 18:11:35 +00:00 |
|
|
|
c77c36baf7
|
domain: must load repair table (#61451)
close pingcap/tidb#61424
|
2025-06-03 17:10:44 +00:00 |
|
|
|
fd83c9bf43
|
planner: fix primary index hint when isolation read engine is tiflash (#61234)
close pingcap/tidb#61231
|
2025-06-03 13:45:17 +00:00 |
|
|
|
675bb333a4
|
executor: skip bad zip file when to load plan replayer (#61470)
close pingcap/tidb#61471
|
2025-06-03 13:02:59 +00:00 |
|
|
|
b0877f81cc
|
planner: add tpch Q21 for bench daily (#61469)
|
2025-06-03 12:04:51 +00:00 |
|
|
|
2036543b29
|
disttask: set moderate timeout for pkg/disttask/framework/storage (#61463)
close pingcap/tidb#61461
|
2025-06-03 09:26:38 +00:00 |
|
|
|
609805c5f9
|
executor, sqlexec: add a function to let DrainRecordSet also close the RecordSet (#61448)
close pingcap/tidb#61408
|
2025-06-03 07:20:29 +00:00 |
|
|
|
bed8f2573a
|
executor: fix INSERT IGNORE + STRICT Mode + DST transition. (#61440)
close pingcap/tidb#61439
|
2025-06-03 05:08:38 +00:00 |
|
|
|
cb961050fc
|
planner: add tpch Q4 for bench daily (#61453)
|
2025-06-03 03:52:11 +00:00 |
|
|
|
fa3c79b408
|
br: enable parallel restore (#58724)
close pingcap/tidb#58725
|
2025-06-03 02:36:14 +00:00 |
|
|
|
e7b038b991
|
expression: deduplicate the args of IN function (#61249)
close pingcap/tidb#61246
|
2025-05-31 02:22:14 +00:00 |
|
|
|
fbf158686d
|
planner: Make SET_VAR query hints restore the original session variable values. (#61280)
close pingcap/tidb#59822, ref pingcap/tidb#60905
|
2025-05-30 21:05:26 +00:00 |
|
|
|
5148316442
|
planner: move physical schema producer to physical op pkg. (#61429)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2025-05-30 15:45:26 +00:00 |
|
|
|
e4b9aaf807
|
planner: add tpch q2,q5 test cases (#61407)
|
2025-05-30 09:26:16 +00:00 |
|
|
|
ff4e01dfae
|
planner, executor: clone the field type for correlated column when setting the EnumSetAsIntFlag flag. (#61412)
close pingcap/tidb#61389
|
2025-05-30 06:55:52 +00:00 |
|
|
|
d1e09c73fb
|
executor: tiny optimize import into from select performance by avoid 1 cast and memory allocation (#60397)
close pingcap/tidb#60373
|
2025-05-30 05:34:58 +00:00 |
|
|
|
cfac5454c0
|
parser: add support for REFRESH STATS statement and related structures (#61299)
ref pingcap/tidb#61273
|
2025-05-29 14:25:19 +00:00 |
|
|
|
e7c62acd93
|
domain, server: fix dump plan replayer panic (#61404)
close pingcap/tidb#43623, close pingcap/tidb#59170
|
2025-05-29 13:36:44 +00:00 |
|
|
|
1ff4004505
|
executor: fix data race because of using shared KV requests (#61376)
close pingcap/tidb#60175
|
2025-05-29 13:36:37 +00:00 |
|
|
|
121cbcba2c
|
planner: improve OptimizationFlags to avoid internal sql's syncload (#61401)
|
2025-05-29 12:46:10 +00:00 |
|
|
|
684010c999
|
external: fix the dead loop in readNBytes (#61309)
close pingcap/tidb#61177
|
2025-05-29 11:16:19 +00:00 |
|
|
|
69ea78a085
|
expression: avoid calling strings.ToLower frequently (#61385)
close pingcap/tidb#61375
|
2025-05-29 10:09:07 +00:00 |
|
|
|
3cdf5954a7
|
expression: refine code in IsPushDownEnabled (#61392)
ref pingcap/tidb#61375
|
2025-05-29 08:36:19 +00:00 |
|
|
|
c76425a55d
|
executor: stabilize flaky test TestInfoschemaTablesSpecialOptimizationCovered (#61400)
close pingcap/tidb#60073
|
2025-05-29 07:26:55 +00:00 |
|
|
|
e315cff650
|
importinto: disable some feature for nextgen when sem enabled (#61370)
ref pingcap/tidb#60418
|
2025-05-29 06:17:55 +00:00 |
|
|
|
f017c0ee99
|
test: TestBenchDaily for Pipelined DML (#61391)
ref pingcap/tidb#50215
|
2025-05-29 05:32:10 +00:00 |
|
|
|
98dd9708b3
|
*: Fix insert dst transition timestamp (#61337)
close pingcap/tidb#61334
|
2025-05-29 03:35:01 +00:00 |
|
|
|
eeccd2e94c
|
ddl: get scatter variable from executor session context (#61331)
close pingcap/tidb#61321
|
2025-05-28 15:36:37 +00:00 |
|
|
|
f60f68ac84
|
planner: use strings.EqualFold don't use ToLower again (#61383)
|
2025-05-28 13:40:10 +00:00 |
|