Commit Graph

1249 Commits

Author SHA1 Message Date
fab13afa2b expression: Move more methods from SessionVars to BuildContext (#52440)
ref pingcap/tidb#52366
2024-04-09 09:00:34 +00:00
38f665a104 executor: fix mppIterator memory leak when got error (#52410)
close pingcap/tidb#52406
2024-04-09 09:00:27 +00:00
da775f6184 planner: fix missing access conds when a partial path is dual path when query involves mv index (#52414)
close pingcap/tidb#52395
2024-04-09 08:18:29 +00:00
156432da6c domain: avoit to print too many log if the ddl job of runaway table is not finished (#52283)
close pingcap/tidb#52048
2024-04-09 08:18:23 +00:00
9b78a2388b planner: add newly created col for window projection (#52378)
close pingcap/tidb#42734
2024-04-09 07:30:21 +00:00
510f44f5c0 bindinfo,planner,statistics: add OWNERS files in top module folders (#46981)
close pingcap/tidb#46969
2024-04-09 06:40:51 +00:00
9bb3697349 statistics: upgrade stats timeout checkpoint after it timeouts (#52424)
close pingcap/tidb#52425
2024-04-09 04:34:57 +00:00
7522356b14 p-dml: implement rollback for pipelined dml (#52416)
ref pingcap/tidb#50215
2024-04-09 04:34:50 +00:00
f4e60c6e9f expensive-log: print affected rows (#52412)
close pingcap/tidb#51240
2024-04-09 03:54:20 +00:00
a0b58619f1 lightning: move scan-split-scatter regions logic into common package (#52399)
ref pingcap/tidb#51533
2024-04-09 03:16:51 +00:00
1905e8973c expression: add some methods in BuildContext to read fields in SessionVars before (#52367)
close pingcap/tidb#52366
2024-04-09 02:39:20 +00:00
6a35d5e507 statistics: fix puting wrong stats into cache (#52421)
close pingcap/tidb#52419
2024-04-08 14:36:20 +00:00
e79a26f747 infoschema_v2: add bench test (#52200)
ref pingcap/tidb#50959
2024-04-08 12:52:51 +00:00
0ce42edaf7 txn: set session id of committer once txn is activated (#52388)
ref pingcap/tidb#50215
2024-04-08 12:18:20 +00:00
33f5d05c47 domain: make ru_stats duration compatible with DST (#52408)
close pingcap/tidb#52353
2024-04-08 10:52:50 +00:00
23f62374fc ddl: fix rename index for expression indexes (#51984)
close pingcap/tidb#51431
2024-04-08 10:19:50 +00:00
c39d79fca5 txn: set txn options in txn provider which avoid data race (#52304)
ref pingcap/tidb#50215
2024-04-08 09:04:50 +00:00
3e2f2c5873 Makefile, testkit: don't add intest tag for daily bench (#52404)
close pingcap/tidb#52403
2024-04-08 07:19:50 +00:00
0ddbbc8ffc planner, executor: make partition table generate IndexReader with UnionScan (#52337)
close pingcap/tidb#52244
2024-04-08 05:25:49 +00:00
035f5a3cc0 statistics: batch write into stats cache when to init stats (#52347)
close pingcap/tidb#52339
2024-04-07 13:22:50 +00:00
060ff39ab7 planner: simplify plan cache code (#52384)
ref pingcap/tidb#51407
2024-04-07 09:46:49 +00:00
62d6f4737b planner: move fields from ast.Prepared to planner.PlanCacheStmt (#52373)
ref pingcap/tidb#51407
2024-04-07 08:30:20 +00:00
c7d4c9cebb domon,statistics: remove useless code for sync load (#52358) 2024-04-07 07:45:19 +00:00
03f8dd127d statistics: fix wrong stats healthy check (#52352) 2024-04-07 06:22:49 +00:00
xhe
8f985c70ae *: additional test for redact log and a fix (#52359)
close pingcap/tidb#52364
2024-04-07 05:31:49 +00:00
d2eb9026a4 executor: fix distorted join probe time (#52227)
close pingcap/tidb#52222
2024-04-07 03:33:19 +00:00
bdffd30129 br, lightning: move *batch* split region logic into common package (#52300)
ref pingcap/tidb#51533
2024-04-07 02:57:19 +00:00
555ce02352 lightning: Don't log "received task config" in server mode (#52336)
close pingcap/tidb#36374
2024-04-03 14:09:18 +00:00
c8a5740351 statistics: add schema ID to check if it is a system or mem table (#52285)
close pingcap/tidb#52040
2024-04-03 10:52:54 +00:00
3ba874c77f statistics: fix wrong singleflight implementation for stats' syncload (#52301)
close pingcap/tidb#52294
2024-04-03 10:16:55 +00:00
3648b9d5fb cop: display kv read time details in the execution information (#52146)
ref pingcap/tidb#28937
2024-04-03 10:16:48 +00:00
482ce59bf6 expression: separate BuildContext and EvalContext (#52311)
close pingcap/tidb#52310
2024-04-03 09:42:24 +00:00
9f505ef63f test: add unit test for estimateTableRowSize (#52144)
ref pingcap/tidb#52085
2024-04-03 09:42:17 +00:00
923b071189 *: update tikv/client-go to fix panic log (#52333)
close pingcap/tidb#52332
2024-04-03 08:18:17 +00:00
970962bdbc ddl: fix 2 reorg worker running concurrently after retire owner then to be owner (#52315)
close pingcap/tidb#51846
2024-04-03 06:33:17 +00:00
9ad086268e lightning: fix incorrect handling of duplicated key error message (#52316)
close pingcap/tidb#52312
2024-04-03 03:12:17 +00:00
7c16a45118 txn: produce warning for Pipelined DML when falling back because of tidb_constraint_check_in_place (#51923)
ref pingcap/tidb#50215
2024-04-02 12:40:47 +00:00
4a92d81855 statistics: fix the possible wrong result for stats_healthy (#52319)
ref pingcap/tidb#29769
2024-04-02 11:51:17 +00:00
7a20e4390d expression: minimize the PushDownContext (#52135)
close pingcap/tidb#52134
2024-04-02 10:54:18 +00:00
8f5f608dd4 topsql, pprof: use hex string but not binary sql/plan digest in goroutine label (#52216)
close pingcap/tidb#52215
2024-04-02 09:25:47 +00:00
21e9d3cb40 planner, statistics: use the correct column ID when recording stats loading status (#52208)
close pingcap/tidb#52207
2024-04-02 08:54:17 +00:00
b4c8b5279f distsql: support global index in memIndexLookUpReader (#52240)
close pingcap/tidb#52132
2024-04-02 07:51:17 +00:00
27e470ac55 disttask: fix flaky slot manager test (#52271)
close pingcap/tidb#52252
2024-04-02 07:01:47 +00:00
d971a6dd1e importinto: change min thread to 8 for global sort (#52276)
ref pingcap/tidb#49008
2024-04-02 05:00:17 +00:00
76abd8b836 disttask,ddl: use subtask concurrency (#52286)
ref pingcap/tidb#49008
2024-04-02 04:24:16 +00:00
c1344e1ec7 infoschema_v2: fix TestPartitionAddIndexGC (#52163)
ref pingcap/tidb#50959
2024-04-02 03:00:17 +00:00
3cfea6a32a br,lightning: refine GetSplitKeysOfRegions (#52235)
ref pingcap/tidb#51533
2024-04-01 12:51:17 +00:00
7c6241fee6 lightning: remove error check in TestAdjustBlockSize (#52278)
close pingcap/tidb#52277
2024-04-01 11:36:17 +00:00
fdcecc40f0 expression: use assertionEvalContext to check some constraints in runtime (#52141)
close pingcap/tidb#52140
2024-04-01 10:48:17 +00:00
c3fa9accb2 statistics: avoid unnecessay table id loading the stats (#52266) 2024-04-01 09:49:46 +00:00