Commit Graph

22 Commits

Author SHA1 Message Date
c7212e00d5 executor: fix goroutine leak when reading cache table with tiflash storage is designated (#64004)
close pingcap/tidb#63329
2025-10-20 02:07:34 +00:00
d87685d431 executor: split executor test into other package (#63739) 2025-09-26 16:17:10 +00:00
98bbd14445 test: fix part of unit tests for next-gen (#63192)
ref pingcap/tidb#61702
2025-08-29 04:57:31 +00:00
a49b6396b1 planner: move column pruning & collect stats rule into specific rule dir (#62984)
ref pingcap/tidb#55231
2025-08-14 10:57:57 +00:00
102ffeccba mdl/sessionmanager: some refactor of MDL loop and move sessionmanager from util to session pkg (#62671)
ref pingcap/tidb#61702
2025-07-29 12:55:28 +00:00
ee5f9ea828 pkg/distsql: Add failpoint so TestIssue48756 can run with and without CopLiteWorker (#61742)
ref pingcap/tidb#56311
2025-07-25 07:46:52 +00:00
a386a88f98 planner: classify all physical sort related logic into physical op. (#62065)
ref pingcap/tidb#52714
2025-06-28 07:21:09 +00:00
cf4d252af8 *: split definition out of variable pkg and refactor some reorg methods (#59146)
ref pingcap/tidb#57229, ref pingcap/tidb#57497
2025-01-23 09:24:44 +00:00
b2f2faaa95 parser: move 'model' to 'ast' pkg (#58704)
ref pingcap/tidb#54436
2025-01-07 10:20:04 +00:00
3176b9c263 *: move XXInfo/Job, etc, out from model pkg in parser to meta (#55754)
ref pingcap/tidb#54436
2024-09-04 04:49:45 +00:00
4c23efb10b *: move annotated attributes of AST node to resolve.Context (#55634)
ref pingcap/tidb#54436
2024-08-29 13:39:01 +00:00
5aa48d8284 planner: move base plan related output of core pkg and make it well-pkged (#52529)
ref pingcap/tidb#51664
2024-04-15 10:51:06 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
c1eb8abb6e *: bypass order by clause for fast point get plan (#50204)
close pingcap/tidb#49920
2024-01-12 06:57:25 +00:00
1a5a72aaf8 planner: do not remove the first row func if it is a constant (#50020)
close pingcap/tidb#38756
2024-01-10 09:54:24 +00:00
4a47236db9 executor: Fix the panic in approx_percentile function (#49644)
close pingcap/tidb#40463
2023-12-29 06:42:29 +00:00
423834132d parser, planner: fix embedded setOprStmt will be seen as SetOprSelectList item and lost its orderBy and Limit (#49421)
close pingcap/tidb#49377
2023-12-15 08:40:50 +00:00
80c6fc1fbd executor: recover panic in executor.Close() (#49222)
close pingcap/tidb#49223
2023-12-12 13:09:19 +00:00
651e77099b tests: update mysql-tester, enable table-lock in integrationtest (#48956)
close pingcap/tidb#45961
2023-11-28 12:02:48 +00:00
077a3e96cb tests: Update mysql-tester, move tests related with RowsAffected and LastMessage (#48789)
ref pingcap/tidb#45961
2023-11-23 04:11:49 +00:00
2a628c4801 *: unified the cancel/kill logic in tidb (#47063)
close pingcap/tidb#47075
2023-10-23 09:48:38 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00