Commit Graph

895 Commits

Author SHA1 Message Date
tpp
cdfdb8a90e planner: Use/force to apply prefer range scan (#56928)
close pingcap/tidb#55632
2024-12-09 10:16:00 +00:00
53cecc1e2d executor, planner: send traffic requests to tiproxy (#58006)
close pingcap/tidb#58005
2024-12-09 04:34:15 +00:00
56c07d07a7 executor: optimize executor runtime stats by avoid unnecessary clone (#54004)
ref pingcap/tidb#56649
2024-12-08 08:50:12 +00:00
8c888234ff stmtsummary: implement tidb_statements_stats, a cumulative version of statements_summary (#57155)
ref pingcap/tidb#57147
2024-12-06 06:33:38 +00:00
f0070f54ab executor: reuse chunk in hash join v2 during restoring (#56936)
close pingcap/tidb#56828
2024-12-05 13:00:47 +00:00
a4278e0099 keyspace: support API V2 mock store (#57865)
ref pingcap/tidb#57969
2024-12-05 03:56:35 +00:00
da965d144c statistics: move JSON* to statistics/util (#57950)
ref pingcap/tidb#57949
2024-12-04 18:30:23 +00:00
c5d9908863 executor: fix flaky test TestUnionIssue (#57972)
close pingcap/tidb#57970
2024-12-04 09:59:36 +00:00
a0a7cef9bd executor: Enlarge the timeout for fetching TiFlash system tables (#57967)
close pingcap/tidb#57816
2024-12-04 09:17:44 +00:00
8eebb2da00 executor: support semi join (#57658)
ref pingcap/tidb#56793
2024-12-04 07:00:56 +00:00
9812d85d0d *: activate txn for query on infoschema tables (#57937)
close pingcap/tidb#57874
2024-12-03 17:01:26 +00:00
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