Commit Graph

1266 Commits

Author SHA1 Message Date
2debbed41d expression: create a new context in ColumnInfos2ColumnsAndNames to ignore truncate error (#52468)
close pingcap/tidb#52366
2024-04-11 08:09:29 +00:00
da0de56204 expression: BuildContext read location from EvalContext instead of SessionVars (#52451)
ref pingcap/tidb#52366
2024-04-11 08:09:22 +00:00
66a6d4cf46 planner: refine mppTask as capital one for latter pkg move (#52491)
ref pingcap/tidb#52181
2024-04-11 07:00:30 +00:00
87b8d012b5 statstics: forcely use index to order when to init stats (#52462)
close pingcap/tidb#52466
2024-04-11 07:00:23 +00:00
5872ccd5f0 cop: ignore locks with the same start_ts (#52461)
close pingcap/tidb#52460
2024-04-11 04:45:22 +00:00
1997ff7943 planner: move physical opt and cost misc to util and split plan interface (#52224)
ref pingcap/tidb#52181
2024-04-10 13:45:22 +00:00
8188ede43a linter, *: enable linters appends and unusedwrite (#52452)
ref pingcap/tidb#52449, close pingcap/tidb#52450
2024-04-10 11:45:22 +00:00
2b6b78af22 lightning: update dependency pebbledb to v1.1.0 (#52400)
close pingcap/tidb#52402
2024-04-10 10:24:22 +00:00
e540f0fd00 partition: reorganized the execution order of partition table update operators (#52442)
close pingcap/tidb#49998, close pingcap/tidb#52380
2024-04-10 07:37:51 +00:00
a2cb0e1126 planner: Column prune improvement for MPP Join and TableScan+Filter operators (#52143)
ref pingcap/tidb#52133
2024-04-10 06:43:51 +00:00
6cca89c794 executor, planner: add a smaller context for ToPB method (#52369)
close pingcap/tidb#52368
2024-04-10 05:31:51 +00:00
25da0bc25a br: use common scan-split-scatter logic (#52433)
ref pingcap/tidb#51533
2024-04-10 04:12:21 +00:00
312b69f2d7 ddl: make sure put key into ETCD monotonously (#52381)
close pingcap/tidb#47060, close pingcap/tidb#52335
2024-04-09 16:00:21 +00:00
ab90c771a2 resource_manager: fix test by checking system table status (#52456)
close pingcap/tidb#52455
2024-04-09 13:58:51 +00:00
12833e8278 executor, planner: minimize the context used by the ranger package (#52363)
close pingcap/tidb#52362
2024-04-09 10:57:21 +00:00
b144d6ee7f ddl: fix reorg info end key after resuming from checkpoint (#52447)
close pingcap/tidb#52411
2024-04-09 10:18:27 +00:00
df0452d898 planner: remove deadcode (#52446) 2024-04-09 10:18:21 +00:00
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