Commit Graph

1949 Commits

Author SHA1 Message Date
704efb3dbb metrics: add memory info and traffic flow into performance overview (#54978)
close pingcap/tidb#54981
2024-07-30 10:55:19 +00:00
199bf90c2a executor: try to optimize index hash join query by reduce cop task count (#54841)
close pingcap/tidb#54840
2024-07-30 02:31:17 +00:00
60c7e61735 planner: column pruning must reserve at least one column (#54778)
close pingcap/tidb#54777
2024-07-29 17:35:47 +00:00
273ca667ab *: remove limiting process id for auto analyze (#54902)
ref pingcap/tidb#53460
2024-07-29 16:01:18 +00:00
0d10526d2c planner: add some output when a flaky test fails (#54980) 2024-07-29 14:34:18 +00:00
e05955a102 infoschema: fix a snapshot infoschema cache bug after v1 v2 switch (#54966)
close pingcap/tidb#54926
2024-07-29 13:20:47 +00:00
e92baf90d1 planner: move logical sequence into logicalop pkg. (#54955)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-29 11:40:18 +00:00
069258e449 planner: move projection elimination related ReplaceExpr/Column code to rule util. (#55019)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-29 11:07:17 +00:00
c5185cbdc5 executor: runWithSystemSession also copy snapshot status (#54989)
close pingcap/tidb#54964
2024-07-29 10:31:17 +00:00
9bda5d2618 planner: move logical show ddl jobs to logicalop pkg. (#54930)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-29 09:34:17 +00:00
247b06e46c meta,infoschema: fix a bug that after HasTemporaryTable() wrong infoschema v2 full load (#54879)
ref pingcap/tidb#50959
2024-07-29 08:32:47 +00:00
108e98ae8f ddl: init global vars from system tables before start domain (#54913)
close pingcap/tidb#54860, close pingcap/tidb#54868
2024-07-29 07:37:17 +00:00
02cbd145b5 planner: fix extract correlated column for expand in building phase will panic. (#54988)
close pingcap/tidb#54983
2024-07-29 06:46:18 +00:00
f2abe99f30 planner: push necessary predicates without virtual column down through UnionScan (#54985)
close pingcap/tidb#54870
2024-07-29 05:58:16 +00:00
7ffc7c9eb3 ddl: re-structure job scheduler and ddl executor, part 1 (#54967)
ref pingcap/tidb#54436
2024-07-29 03:56:46 +00:00
7cdf918275 disjoinset: add generic impl (#54917) 2024-07-27 19:25:15 +00:00
56710aeaef planner: derive index filters for mv index paths (#54877)
close pingcap/tidb#54876
2024-07-26 17:26:44 +00:00
a8d29c27d5 expression: fix infinity loop in timestampadd (#54916)
close pingcap/tidb#54908
2024-07-26 12:01:16 +00:00
97c2428326 planner: use code-gen to generate CloneForPlanCache method for some operators (#54957)
ref pingcap/tidb#54057
2024-07-26 11:29:45 +00:00
d38528acdc test: fix flaky test TestFailSchemaSyncer (#54958)
close pingcap/tidb#48758
2024-07-26 10:20:22 +00:00
b2eb21a838 planner: move logical show into logicalop pkg. (#54928)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-26 10:20:14 +00:00
da7d83f54a privilege: Remove TestAbnormalMySQLTable (#54925)
close pingcap/tidb#54924
2024-07-26 09:17:33 +00:00
Hu#
0dff610398 resource_control: support unlimited keyword when setting the resource group (#54704)
close pingcap/tidb#54413
2024-07-26 09:17:26 +00:00
e366584728 ddl: fix a data race on localRowCntListener Written() (#54484)
close pingcap/tidb#54373
2024-07-26 09:17:19 +00:00
87d1657018 planner: move logical mem-table to logicalop pkg. (#54903)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-26 07:51:46 +00:00
2ee8c99cff table: Add CachedTableSupport and TemporaryTableSupport for MutateContext (#54900)
close pingcap/tidb#54397
2024-07-26 05:19:36 +00:00
0353655f3d executor: fix index_hash_join hang when context canceled (#54855)
close pingcap/tidb#54688
2024-07-26 04:40:35 +00:00
7e73ddc91b statistics: add metrics for unneeded analyze table (#54822)
close pingcap/tidb#54823
2024-07-26 01:36:06 +00:00
b41ad703ad *: refine pipelined dml benchmarks (#54844)
ref pingcap/tidb#50215
2024-07-25 13:45:06 +00:00
cf4bb51952 ddl: assign table IDs for jobs submitted to queue (#54880)
close pingcap/tidb#54703
2024-07-25 10:57:13 +00:00
6c3e25ebfe *: avoid using Tables field of model.DBInfo, use API instead (#52302)
close pingcap/tidb#52234
2024-07-25 10:57:06 +00:00
ee6434798f planner: remove useless check (#54907)
ref pingcap/tidb#54883
2024-07-25 09:54:21 +00:00
77c97ef631 planner: move logical cte table into logicalop pkg. (#54905)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-25 09:54:13 +00:00
661dfae7c3 planner: classify logical expand logic into a separate file for later pkg move. (#54869)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-25 08:45:06 +00:00
628b7ed673 planner: deprecate index lookup merge join. (#54681)
close pingcap/tidb#54064
2024-07-25 07:48:05 +00:00
98b785872c pkg/parser: use clearer structures for RESOURCE GROUP ASTs (#54881)
ref pingcap/tidb#54434
2024-07-25 04:58:34 +00:00
9897ddda17 ddl: remove interceptor and replace some hook with failpoint (#54882)
ref pingcap/tidb#54436
2024-07-25 04:18:05 +00:00
f838cc89fe txn: fix the lock behaviours when for update is used when low resolution tso is used (#54738)
close pingcap/tidb#54684
2024-07-25 03:22:34 +00:00
6854e60698 session, config, sessionctx, executor: Set tidb_opt_projection_push_down to false when tidb upgrades from versions older than 8.3.0 to 8.3.0 and later (#54861)
ref pingcap/tidb#51876
2024-07-25 01:54:05 +00:00
8f98b4eba3 ddl: decouple executor part out from ddl (#54858)
ref pingcap/tidb#54436
2024-07-24 13:45:05 +00:00
7ebd781493 infoschema,server: let SchemaSimpleTableInfos return error instead of panic (#54866)
close pingcap/tidb#54508
2024-07-24 12:58:35 +00:00
d6723ab552 planner: move logical_max_one_row.go to logicalop pkg. (#54871)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-24 11:13:55 +00:00
cbe807fe76 planner, executor: allow build root task type of expand operator and implement expand executor (#54536)
close pingcap/tidb#42631
2024-07-24 11:13:48 +00:00
3148c80297 *: reset infoschema v2 data before a full load (#54831)
close pingcap/tidb#54796
2024-07-24 10:34:41 +00:00
1cee7005a6 *: add table lock, foreign key to special attributes (#54672)
ref pingcap/tidb#50959
2024-07-24 10:34:34 +00:00
a251dad6ba ddl, partition: fix create strictly increasing range partition (#54839)
close pingcap/tidb#54829
2024-07-24 09:37:34 +00:00
47179ae14d table: introduce RowIDShardGenerator and ReservedRowIDAlloc to alloc auto row id (#54789)
ref pingcap/tidb#54397
2024-07-24 09:01:35 +00:00
e6e8f7f072 ddl/ingest: refactor checkpoint manager (#54747)
ref pingcap/tidb#54436
2024-07-24 08:18:04 +00:00
d6ee4b8484 planner: classify logical datasource logic into a separate file for later pkg move. (#54857)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-07-24 07:09:12 +00:00
da3e7cadbe table: add WritableConstraint to interface table.Table to avoid implicit interface implementation (#54825)
close pingcap/tidb#54824
2024-07-24 07:09:05 +00:00