20 Commits

Author SHA1 Message Date
5271f751a0 planner: remove code of the deprecated optimizer trace - 5 (#64945)
ref pingcap/tidb#63725
2025-12-12 04:16:26 +00:00
7fbc069889 planner: update planner test cases to use plan_tree to avoid unnecessary code changes caused by estimation update (#63207)
ref pingcap/tidb#63118
2025-08-27 01:56:42 +00:00
8d4b52a70a planner: fixed index out of range, in explicit partition pruning (#62468)
close pingcap/tidb#62458
2025-07-22 11:46:47 +00:00
9e961c0aa0 ddl: check when updateVersionAndTableInfo (#62470)
close pingcap/tidb#62457
2025-07-17 10:31:21 +00:00
1cbda9879e fix: close issue 59457 by trim compare first (#61915)
close pingcap/tidb#59457
2025-07-08 02:19:54 +00:00
cd0965a3a8 fix: close issue #59456 make it same as mysql (#62010)
close pingcap/tidb#59456
2025-06-30 05:34:45 +00:00
a206b0b121 distsql: do not change concurrency for keep order request when @@tidb_distsql_scan_concurrency is set (#60803)
close pingcap/tidb#60891
2025-05-16 07:22:28 +00:00
0fdb32530d ddl notifier: use pessimistic txn and fix updating memory state too early (#59157)
close pingcap/tidb#59055
2025-02-07 12:17:55 +00:00
2d9f82975b planner: let exists subquery return signed int type (#57277)
close pingcap/tidb#56641
2024-11-13 09:18:38 +00:00
2ef0a36f71 *: Removed tidb_enable_list_partition (#42846)
close pingcap/tidb#42842
2024-09-25 00:24:19 +00:00
801e55528f expresssion: fix div result type infer bug if a integer type has minimum display length (#56158)
close pingcap/tidb#55837
2024-09-20 06:37:54 +00:00
5458324fe6 tests: update mysql-tester (#55216) 2024-08-06 09:42:40 +00:00
9fee330077 store/copr: partly revert pr/35975, do it correctly this time (#55196)
close pingcap/tidb#54969
2024-08-06 05:39:38 +00:00
c33b6cdfe1 expression: PropagateType should never let orignal data overflow (#53045)
close pingcap/tidb#52672
2024-05-09 03:31:08 +00:00
596276bc33 executor: use EncodeKey to encode groupkey in StreamAggExec (#49974)
close pingcap/tidb#49902
2024-01-03 07:48:39 +00:00
0110acbdfe executor: set OverflowAsWarning for insert statement in non-strict sql mode (#49383)
close pingcap/tidb#49369
2023-12-14 04:28:50 +00:00
8dac7568ee tests: enable check-error for integrationtest (#49230) 2023-12-07 10:58:21 +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
2165ca5bd9 tests: move IT in executor to tests/integrationtest (PART 10) (#48263)
ref pingcap/tidb#47076
2023-11-06 01:42:40 +00:00
ae42b5a6c5 executor, tests: move IT in executor/test/issuetest to tests/integrationtest (#47077)
ref pingcap/tidb#47076
2023-09-25 07:21:16 +00:00