34 Commits

Author SHA1 Message Date
a44047566d executor: fix data race in TestInstancePlanCacheConcurrencyComp test (#64291)
close pingcap/tidb#64290
2025-11-07 01:01:08 +00:00
195f51336c executor: fix flaky test TestIndexJoin31494 (#63527)
close pingcap/tidb#57515
2025-09-16 15:47:21 +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
5ae6ad63c2 session: rename and unify location of interfaces, and some refactor (#62498)
ref pingcap/tidb#61702
2025-07-22 07:43:38 +00:00
ea2ff4d473 executor: log error in the Close of joinv1 instead of returning it (#62352)
close pingcap/tidb#62351
2025-07-14 09:29:54 +00:00
af367b8a5a executor: replace Call with CallWithRecover in the close of hash join v1 (#61868)
close pingcap/tidb#60926
2025-07-10 06:31:54 +00:00
34afcbb9d3 executor: gopls modernize (#60787)
close pingcap/tidb#60786
2025-05-07 14:32:26 +00:00
3bbd678ef6 planner: report error when subquery doesn't has an alias (#60159)
close pingcap/tidb#60112
2025-03-19 06:29:08 +00:00
tpp
cdfdb8a90e planner: Use/force to apply prefer range scan (#56928)
close pingcap/tidb#55632
2024-12-09 10:16:00 +00:00
c5d9908863 executor: fix flaky test TestUnionIssue (#57972)
close pingcap/tidb#57970
2024-12-04 09:59:36 +00:00
60bbccb415 expression: fix wrong flen from baseFunctionClass (#56607)
close pingcap/tidb#56587
2024-11-19 11:55:56 +00:00
4a6bf46a5f *: fix the issue when union all cast('xxxx' as char) and a integer (#57416)
close pingcap/tidb#56640
2024-11-16 07:48:14 +00:00
738adb9934 executor: fix random cte error under apply (#57294)
close pingcap/tidb#55881
2024-11-13 01:14:09 +00:00
ad68216538 executor: Add session variable for hash join v2 (#56023)
ref pingcap/tidb#53127
2024-09-24 00:10:45 +00:00
2b54db5346 executor: enable hash join v2 for temporary test (#55821)
ref pingcap/tidb#53127
2024-09-03 10:09:33 +00:00
1cd11bc074 executor: disable hash join v2 (#55224)
ref pingcap/tidb#53127
2024-08-06 13:30:40 +00:00
5fe9aca144 executor: enable hash join v2 for temporary test (#54748)
ref pingcap/tidb#53127
2024-07-22 06:57:03 +00:00
71924133cc executor: Do not save long-lived unsafe.Pointer in hash join v2 (#54085)
ref pingcap/tidb#53127
2024-07-03 14:46:27 +00:00
6695d5e15c executor: try to optimize index merge reader query may send too many cop task (#54165)
* executor: try to optimize index merge reader query may send too many cop task

Signed-off-by: crazycs520 <crazycs520@gmail.com>

* refine

Signed-off-by: crazycs520 <crazycs520@gmail.com>

---------

Signed-off-by: crazycs520 <crazycs520@gmail.com>
2024-06-24 17:26:09 +08:00
21089fd667 executor: add test for pr 53855 (#54011)
close pingcap/tidb#53871
2024-06-14 09:17:44 +00:00
152db14934 executor: add hash join v2 (#53208)
ref pingcap/tidb#53127
2024-06-14 08:35:44 +00:00
4b91fee6af expression: Report error when empty pattern in regexp related function (#53230)
close pingcap/tidb#53221
2024-05-14 02:55:11 +00:00
5d780ebf8e executor: disable probe short path in hash join (#53079)
close pingcap/tidb#51998
2024-05-11 01:02:39 +00:00
203e5f2cff executor: Fix push downed topN won't replace correlated column problem (#53097)
close pingcap/tidb#52777
2024-05-10 03:01:09 +00:00
57b382b01a executor,types: Fix truncate function behavior when second param is large negative (#53075)
close pingcap/tidb#52978
2024-05-08 09:01:08 +00:00
de92425cf2 executor: refine executor code (#52959)
close pingcap/tidb#52903
2024-05-07 03:17:36 +00:00
c27100a8dc executor: Fix pushdown caused correlated subquery issue (#51918)
close pingcap/tidb#51874
2024-03-20 09:41:13 +00:00
2041d494cc util: Adjust binary collate behavior to do pattern matching in bytes (#51113)
close pingcap/tidb#50393
2024-02-21 08:45:27 +00:00
b8515ae354 session: move session interface into new package (#48792)
ref pingcap/tidb#44940
2023-11-23 05:28:11 +00:00
87e121f526 tests: update mysql-tester, move more tests to integration test (#48617)
ref pingcap/tidb#45961
2023-11-16 02:09:46 +00:00
6e8df186f5 executor: fix goroutine leak for EvalSubqueryFirstRow (#48133)
close pingcap/tidb#48007
2023-11-13 02:27:43 +00:00
2165ca5bd9 tests: move IT in executor to tests/integrationtest (PART 10) (#48263)
ref pingcap/tidb#47076
2023-11-06 01:42:40 +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