Commit Graph

845 Commits

Author SHA1 Message Date
043f833c49 executor: fix data race in nullmap in hash join v2 (#57451)
ref pingcap/tidb#53127, close pingcap/tidb#57450
2024-11-18 07:43:17 +00:00
a22b8421a6 planner: print dynamic prune info in explain for connection (#57415)
close pingcap/tidb#55669
2024-11-18 05:33:11 +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
afacd100e8 ddl: support modify the related reorg config by SQL (#57336)
ref pingcap/tidb#57229
2024-11-15 04:58:23 +00:00
50dcee7cd5 ddl: introduce a new system variable to control the store-write-bwlimit when ingesting (#57145)
close pingcap/tidb#57156
2024-11-14 05:52:20 +00:00
ae27921c29 executor: constrain test cases that check for a hardcoded row count (#57308)
close pingcap/tidb#57306
2024-11-14 04:51:20 +00:00
f27b3c25b2 executor: improve retrieval logic in hugeMemTableRetriever and add tests (#57370)
close pingcap/tidb#57345
2024-11-14 03:44:32 +00:00
8832684721 executor: support left outer semi join for hash join v2 (#57053)
ref pingcap/tidb#53127
2024-11-13 06:46:32 +00:00
65281ad307 *: make chunk.SwapColumn private (#57274)
close pingcap/tidb#55885
2024-11-13 06:11:23 +00:00
eea72ec24e infoschema: don't load table info to get auto_increment value (#57296)
close pingcap/tidb#57295
2024-11-13 04:38:47 +00:00
738adb9934 executor: fix random cte error under apply (#57294)
close pingcap/tidb#55881
2024-11-13 01:14:09 +00:00
42cf753fb6 executor: fix flaky test by correctly cancelling a query (#57140)
close pingcap/tidb#55489
2024-11-13 01:14:02 +00:00
5caa238b83 planner: use collected predicate columns to do stats sync load (#56813)
close pingcap/tidb#56812
2024-11-12 14:38:50 +00:00
95b04c7670 table: fix the issue that the default value for BIT column is wrong (#57303)
close pingcap/tidb#57301, close pingcap/tidb#57312
2024-11-12 13:46:47 +00:00
3578b1da09 *: Use strict validation for stale read ts & flashback ts (#57050)
close pingcap/tidb#56809
2024-11-12 07:46:24 +00:00
a4faee2ee5 store: make storage type a enum (#57276)
ref pingcap/tidb#57275
2024-11-12 04:44:58 +00:00
304732848c planner: fix the problem of not finding the referenced column in the virtual column (#57084)
close pingcap/tidb#57079
2024-11-11 09:09:44 +00:00
ceb718124c executor: fix goleak client-go/v2/config/retry.(*Config).createBackoffFn.newBackoffFn (#57251)
close pingcap/tidb#57250
2024-11-11 03:11:54 +00:00
af930be82f *: fix resource leak in select for update when 'tidb_low_resolution_tso' is set (#57012)
close pingcap/tidb#55468
2024-11-06 15:02:50 +00:00
e3f9303528 statistics: Handle the adding index event properly while the job is running (#57113)
ref pingcap/tidb#55906
2024-11-06 08:00:15 +00:00
c39f46ff71 executor: add nil check protection for non-related subquery which base plan will be nil (#57150)
close pingcap/tidb#57149
2024-11-06 06:46:15 +00:00
b6a817d9b4 coprocessor: skip empty tidb nodes (#56858)
close pingcap/tidb#36546
2024-11-06 03:31:46 +00:00
865213c94e session: make TxnInfo() return even if process info is empty (#57044)
close pingcap/tidb#57043
2024-11-05 16:04:11 +00:00
c45d62f7d2 executor,planner: Fix tiflash plan with limit operator may lose execution summary problem (#57101)
close pingcap/tidb#50455
2024-11-05 09:37:24 +00:00
8a62d5a7bc exeuctor: add a helper variable to help ga hash join v2 step by step for all kinds of join types (#57116)
ref pingcap/tidb#53127
2024-11-05 08:19:19 +00:00
572cf9eec8 test: fix the flaky test TestDeleteIgnoreWithFK (#57095)
close pingcap/tidb#57094
2024-11-04 06:27:03 +00:00
b314a9c603 executor: minor refine of hash join v2 (#57023)
ref pingcap/tidb#53127
2024-10-31 09:47:04 +00:00
0c0d6373ad executor: fix the issue that INSERT IGNORE doesn't lock the parent table (#56661)
close pingcap/tidb#56655
2024-10-31 05:16:42 +00:00
474aed53cf ddl: fix issue that recover table by job id may cause panic (#56965)
close pingcap/tidb#55113
2024-10-30 09:15:50 +00:00
79cdf84824 unistore: fix the fair locking mechanism in unistore and make foreign key work (#56821)
close pingcap/tidb#56663
2024-10-30 09:15:43 +00:00
22a175b384 executor: split ddl and other executors out from executor.go (#56966)
ref pingcap/tidb#54436
2024-10-30 05:16:24 +00:00
e1c44f730c ddl, planner: avoid running queries on the non-Public state table (#55891)
close pingcap/tidb#55813
2024-10-29 09:40:15 +00:00
6085651587 tests: add test for foreign key related to prepare and Non-Transactional DML (#56366)
close pingcap/tidb#56365
2024-10-29 06:34:37 +00:00
11f86a8cdf copr: fix the issue about runaway index lookup query blocking (#56920)
close pingcap/tidb#56916
2024-10-29 02:55:06 +00:00
484c1ae88e executor: fix issue that query slow_query table return wrong result (#56356)
close pingcap/tidb#56100
2024-10-28 17:12:30 +00:00
38187e5b1d txn: fix issue innodb_lock_wait_timeout doesn't work in some case (#56847)
close pingcap/tidb#56688
2024-10-28 12:57:30 +00:00
2de388bebc executor: ignore foreign key error in UPDATE/INSERT/DELETE ignore (#56682)
close pingcap/tidb#39712, close pingcap/tidb#56678, close pingcap/tidb#56681
2024-10-28 09:31:24 +00:00
3c8f2f3517 executor: fix outer join bug in hash join v2 (#56855)
close pingcap/tidb#56856
2024-10-28 03:09:43 +00:00
33c30ee2ab *: Allow Point_Get during DDL with Global Index (#56382)
ref pingcap/tidb#45133, ref pingcap/tidb#55819, close pingcap/tidb#56819
2024-10-25 16:18:34 +00:00
f8a75b0bb9 executor: fix hash join v2 bug that mistakenly think the join has other condition (#56834)
close pingcap/tidb#56825
2024-10-25 08:47:54 +00:00
Bin
5faeca4d1b *: use golang built-in functions rather than mathutil (#56818)
close pingcap/tidb#56594
2024-10-25 05:18:17 +00:00
ba5823bb1c *: move ddl notifier as domain member and test pub/sub (#56776)
ref pingcap/tidb#55722
2024-10-23 04:01:33 +00:00
tpp
abf7e31bf8 planner: enable fix control for enforced (#56414)
close pingcap/tidb#46177
2024-10-22 18:16:06 +00:00
f37210f6ba executor: fix plan replay cannot deal with placement mode (#56774)
close pingcap/tidb#54961
2024-10-22 10:33:30 +00:00
d34724f476 executor: support hash join spill (#55950)
close pingcap/tidb#55153
2024-10-22 03:27:44 +00:00
d5b27a91ce *: make default_authentication_plugin more compatible with mysql (#56660)
close pingcap/tidb#54138
2024-10-21 10:31:51 +00:00
c82ba4e083 ddl_notifier: create system table in test and escape the string literal (#56734)
ref pingcap/tidb#55722
2024-10-21 09:31:38 +00:00
55b3e37c7c Makefile: add gotag for make server_check (#51057) 2024-10-18 13:42:57 +00:00
1052a555f5 *: force forbiding to use mock.NewContext in production code (#56654)
close pingcap/tidb#53388
2024-10-17 02:04:25 +00:00
53a4c3eded planner: play replay load restore the table with foreign key with right order. (#56457)
close pingcap/tidb#56456
2024-10-16 08:21:53 +00:00