Commit Graph

884 Commits

Author SHA1 Message Date
edba7e9ccb planner: Add left side operator info for hash join execution summary (#57814)
ref pingcap/tidb#56233, close pingcap/tidb#57819
2024-12-03 09:11:47 +00:00
e0019df932 sessionctx: fix null max value to leading wrong warning (#57898)
close pingcap/tidb#57889
2024-12-03 08:19:55 +00:00
f585f5d1d4 statistics: avoid stats meta full load after table analysis (#57756)
close pingcap/tidb#57631
2024-12-03 05:55:20 +00:00
6aac3e82d7 *: add context.Context to ensureActiveUser() (#57351)
ref pingcap/tidb#55563
2024-12-02 12:54:11 +00:00
ec288d95a3 *: avoid notify privilege update for all users (#57042)
ref pingcap/tidb#55563
2024-11-29 13:16:54 +00:00
b9eeab4acc test: stabilize TestGetTargetNodeCpuCnt (#57823)
close pingcap/tidb#57822
2024-11-29 07:18:32 +00:00
ce5ec3fa62 *: support cancel query like 'select * from information_schema.tables' (#57766)
close pingcap/tidb#57749
2024-11-28 11:33:59 +00:00
37a1f42e7d executor,distsql,util: distinguish walltime from sum of walltime in execution info (#57507)
close pingcap/tidb#56746
2024-11-28 08:27:35 +00:00
fb7e32faf4 planner: provide a system view cluster_tidb_plan_cache to allow users to see the cluster's Plan Cache Info (#57781)
ref pingcap/tidb#54057
2024-11-28 07:25:35 +00:00
924784aa3e ttl: make the default value of ttl_job_interval to 24h (#57758)
close pingcap/tidb#57757
2024-11-28 02:33:14 +00:00
b2e829c2e3 planner: hide read-write fields of PlanCacheValue for safety (#57759)
ref pingcap/tidb#54057
2024-11-27 12:15:50 +00:00
09d12f0451 executor: fix query infoschema.tables table_schema/table_name with filter condition (#57746)
close pingcap/tidb#57657
2024-11-27 11:32:44 +00:00
0374ae26b9 planner: provide a system view information_schema.tidb_plan_cache to allow users to see info in the cache (#57699)
ref pingcap/tidb#54057
2024-11-27 03:16:47 +00:00
e4f47d3542 executor: fix hang in hash agg when exceeding memory limit leads to panic (#57641)
close pingcap/tidb#57546
2024-11-26 02:51:09 +00:00
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