Commit Graph

870 Commits

Author SHA1 Message Date
ec8b81b98e ddl: dynamically adjusting the max write speed of reorganization job (#57611)
ref pingcap/tidb#57526
2024-11-25 14:13:35 +00:00
2152e65c08 meta/autoid: show auto_inc allocator only when cache = 1 (#55616)
close pingcap/tidb#55615
2024-11-25 09:58:29 +00:00
1015cc0438 executor, session: store utf8 string in sessionctx (#57645)
close pingcap/tidb#57646
2024-11-25 04:44:56 +00:00
eda6cc31e9 expression: remove redundant warnings when executing SUBTIME (#57508) 2024-11-25 03:11:44 +00:00
2f8d1f6f68 ddl: dynamically adjusting the concurrency and batch size of reorganization job (#57468)
ref pingcap/tidb#57229
2024-11-21 12:35:02 +00:00
9ef5b59f6d runaway: only check statements with a non-empty plan digest (#57582)
close pingcap/tidb#56897
2024-11-21 10:45:32 +00:00
8d8cfbbb02 executor: Fix unstable test TestTiKVClientReadTimeout (#57579)
close pingcap/tidb#57348
2024-11-21 10:45:25 +00:00
5e6b8183c7 ddl: add COMMENTS column to DDL jobs and enhance job reorg meta handling (#57392)
ref pingcap/tidb#57229
2024-11-21 09:46:20 +00:00
7e5ff9e56b executor: fix admin check return wrong result for index containing generated columns (#57152)
close pingcap/tidb#57153
2024-11-21 08:50:05 +00:00
c068b397c0 executor, store: Plumb the query max execution time to timebox the PD GetRegion grpc calls (#56923)
ref pingcap/tidb#56753
2024-11-20 20:42:35 +00:00
865b28383c *: Truncate partition with global index improvement (#55831)
close pingcap/tidb#55819
2024-11-20 14:49:08 +00:00
4442d49213 executor: fix nil pointer for query on tikv_region_status with non-exist table id (#57534)
close pingcap/tidb#57530
2024-11-20 13:41:38 +00:00
e234164d7c *: bump client-go with some regression tests (#57282)
ref pingcap/tidb#55287, close pingcap/tidb#56837, ref pingcap/tidb#57338, close pingcap/tidb#57425
2024-11-20 12:32:23 +00:00
ad5ca421eb planner: fix count(*) return wrong value for information_schema.tables (#57506)
close pingcap/tidb#56987
2024-11-20 07:50:51 +00:00
51161154df executor: fix data race in hash join v2 spill (#57519)
ref pingcap/tidb#57450
2024-11-20 05:19:50 +00:00
5450000d92 executor, session: fix ExecStmt.OriginText to use the actual original text (#57393)
close pingcap/tidb#57396
2024-11-20 04:03:26 +00:00
50b5cd27d4 executor: update log filter to avoid flaky test (#57511)
close pingcap/tidb#57509
2024-11-19 12:46:18 +00:00
91beef4bb1 *: disable insert null to not-null column for single-row insertion in non-strict mode (#55477)
close pingcap/tidb#55457, close pingcap/tidb#56381
2024-11-19 12:46:11 +00:00
60bbccb415 expression: fix wrong flen from baseFunctionClass (#56607)
close pingcap/tidb#56587
2024-11-19 11:55:56 +00:00
ecca340037 lightning: fix id too large after parallel import (#57398)
close pingcap/tidb#56814
2024-11-19 11:03:32 +00:00
ac90676f06 executor: Use uint32 as element length in hash join v2 (#57458)
ref pingcap/tidb#53127
2024-11-19 09:28:29 +00:00
4f047be191 br: restore checksum shouldn't rely on backup checksum (#56712)
close pingcap/tidb#56373
2024-11-18 16:42:14 +00:00
e731f1bc5f distsql,util: Add executor open close time into its total consume time (#56236)
ref pingcap/tidb#56232, close pingcap/tidb#56233
2024-11-18 14:20:26 +00:00
140525d026 executor: fix inl_hash_join hang when abnormal exit (#57383)
close pingcap/tidb#54055
2024-11-18 11:54:27 +00:00
b37a837db7 infoschema: Move status and variables to P_S (#56569)
close pingcap/tidb#9154
2024-11-18 09:08:53 +00:00
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