Commit Graph

3686 Commits

Author SHA1 Message Date
b077330f1e ddl: fix OriginDefault and OriginDefaultBit of changing column during modify column (#61468)
close pingcap/tidb#61455
2025-06-18 09:15:30 +00:00
8fc1430b83 *: change some unnecessary error logs to warn or info (#61428) 2025-06-18 06:37:15 +00:00
a9cef85bd8 privileges: fix TiDB panic when security.skip-grant-table is true (#61791)
close pingcap/tidb#61790
2025-06-18 04:28:27 +00:00
f350b69798 planner: support "explain explore analyze" when exploring new plans offline (#61778)
ref pingcap/tidb#60148
2025-06-18 02:32:33 +00:00
83109823c9 br: add ddl test for pitr online filter (#61631)
ref pingcap/tidb#61525
2025-06-17 16:47:09 +00:00
6a12f31171 metrics: Add next gen grafana json files (#61688)
ref pingcap/tidb#60864
2025-06-17 06:37:54 +00:00
9f671d6299 infoschema: optimize cluster info retrieval using concurrency (#61496)
close pingcap/tidb#61483
2025-06-17 05:50:36 +00:00
f327dceed6 Planner: Minor optimization by breaking loop on first false (#61757)
close pingcap/tidb#61756
2025-06-16 14:54:54 +00:00
c48a03d6c3 types/time: invalid timestamp during DST spring forward fixed to next valid ts instead of zero date. (#61533)
close pingcap/tidb#61335
2025-06-16 14:01:57 +00:00
5b778e9129 store/gcworker: use label to distinguish keylevel GC and unified GC (#61712)
ref pingcap/tidb#58720
2025-06-13 12:01:01 +00:00
35c1e21115 planner,expression: fix wrong copy args to avoid breaking origin expression when to EvaluateExprWithNull (#61630)
close pingcap/tidb#60625
2025-06-13 10:59:49 +00:00
tpp
f77056099f planner: ensure topN counts adjust for samplefactor (#61637)
close pingcap/tidb#61609
2025-06-13 03:54:55 +00:00
45de54a3b7 expression/parser: Cleanup MASTER_POS_WAIT (#60928)
close pingcap/tidb#60927
2025-06-12 19:16:43 +00:00
d1b5834868 ddl: double check collation compatibility before modifying column (#61707)
close pingcap/tidb#61668
2025-06-12 14:39:40 +00:00
de884c1382 printer: fix printed kernel type (#61711)
ref pingcap/tidb#60418
2025-06-12 12:41:10 +00:00
c893db633f kerneltype: add sanity check for kernel type and keyspace (#61697)
ref pingcap/tidb#60418
2025-06-12 10:53:52 +00:00
6da55fc2b4 Planner: fix panic when getting Top SQL without runtime stats (#61698)
close pingcap/tidb#61693
2025-06-12 09:00:28 +00:00
648b035049 executor: optimize to get key ranges (#61633)
close pingcap/tidb#61640
2025-06-12 07:23:19 +00:00
8d02f1fc8a planner: fix the wrong join estimation depending on missing or uninitialized stats (#61604)
close pingcap/tidb#61602
2025-06-11 11:46:19 +00:00
1da95c72d0 planner: fix the issue that invalid column error when building IndexJoin for sub-query with multiple Agg (#61672)
close pingcap/tidb#61669
2025-06-11 11:02:01 +00:00
11276faa9d planner: shallow clone the related operator when attach to child task, don't just change the ref pointer plan p. (#61620)
ref pingcap/tidb#61345
2025-06-11 08:13:28 +00:00
4419a28eb9 planner: remove isChildOfIndexLookUp field from physicalTableScan (#61466)
ref pingcap/tidb#51664
2025-06-11 05:41:31 +00:00
c2e5dd3571 session: change the variable range of circuit breaker (#61613)
close pingcap/tidb#61614
2025-06-10 13:11:28 +00:00
8123a22d38 importinto: some prepare work for conflict resolve (#61426)
ref pingcap/tidb#60621
2025-06-10 12:21:59 +00:00
5ea7f4eb95 gc_worker: Adapt to new GC API and support keyspace level GC (#60632)
ref pingcap/tidb#58720
2025-06-10 12:21:52 +00:00
dd6b652cde planner: Improve predicate simplification in logicalAnd (#61571)
close pingcap/tidb#61574
2025-06-10 09:47:37 +00:00
e70afd2a44 planner: Support brief format for explain for connection (#61230)
close pingcap/tidb#60965
2025-06-10 08:20:43 +00:00
51f0587d49 ddl: add keyspace for distributeDDLOwnerLock (#61588)
close pingcap/tidb#61587
2025-06-10 06:34:49 +00:00
292c2c5caf global sort: use cluster id in file path (#61502)
close pingcap/tidb#61537
2025-06-10 06:34:40 +00:00
1ef4c269cd planner: set the default of the tidb_cost_model_version correctly (#61608)
close pingcap/tidb#61565
2025-06-10 05:22:28 +00:00
64a25c795b statistics: internal sql must have invalid stats (#61603)
close pingcap/tidb#61601
2025-06-10 04:06:46 +00:00
5cc5a92275 *: Migrate to net.JoinHostPort for IPv6 Compatibility (#61508)
close pingcap/tidb#61507
2025-06-10 02:54:07 +00:00
7049b68ff9 executor: disable tiflash hash join v2 by default (#61605)
ref pingcap/tidb#60299
2025-06-09 15:15:34 +00:00
254849d23a ddl, disttask: extend SubtaskSummary and add Collector interface (#61425)
ref pingcap/tidb#61088
2025-06-09 08:12:37 +00:00
a165d9fd7c import: adjust data mem buf block size based on max_entry_size_limit(#60139) (#61399)
close pingcap/tidb#61398
2025-06-09 03:38:43 +00:00
22b49eab5b planner: add cascades planner test infra and test example (#61521)
ref pingcap/tidb#51664
2025-06-07 12:28:25 +00:00
a5f888b2cc ddl: fix cancelling stuck issue during adding index (#61544)
close pingcap/tidb#61087
2025-06-07 11:29:19 +00:00
tpp
89f2927d37 planner: outer join pruning for constants (#61478)
ref pingcap/tidb#61305
2025-06-06 14:23:46 +00:00
6f1f815198 unistore: Implement the new PD API for GC (#61529)
ref pingcap/tidb#58720
2025-06-06 12:29:31 +00:00
4af47650a3 planner, executor: implement support for broadcasting queries (#61380)
ref pingcap/tidb#61273
2025-06-06 11:12:22 +00:00
96161fce85 *: Unify the promethus metrics creation process (#61527)
ref pingcap/tidb#60864, close pingcap/tidb#61526
2025-06-06 10:24:49 +00:00
9f38fcae00 planner,executor: improve the convenience of functions (#61546)
ref pingcap/tidb#36764
2025-06-06 08:57:06 +00:00
5a55c047c4 executor: support SQL syntax for distribute table timeout configuration (#61348)
close pingcap/tidb#61349
2025-06-06 08:56:59 +00:00
af43e24f24 ddl: fix a bug that index with empty name can be created unexpectedly (#61531)
close pingcap/tidb#61265
2025-06-06 08:11:03 +00:00
835472c385 ttl: fix the issue that the TTL execution summary for timeout job is empty (#61518)
close pingcap/tidb#61509
2025-06-06 08:10:56 +00:00
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