Commit Graph

22851 Commits

Author SHA1 Message Date
c76fe3ff97 plan replayer: fix cannot load bindings when the statement contains in (...) (#50762)
close pingcap/tidb#43192
2024-01-31 13:54:25 +00:00
333fc9adf6 ci: add fmt lint setting for interface{} (#50825)
ref pingcap/tidb#50765
2024-01-31 11:46:54 +00:00
2c25e893be disttask: refactor metrics, collect metrics in scheduler manager (#50634)
close pingcap/tidb#49615
2024-01-31 11:01:54 +00:00
acd4999594 executor: fix negative consumedbyte for hashRowcontainer (#50843)
close pingcap/tidb#50841
2024-01-31 10:24:24 +00:00
0c9b0f4d2b *: delete useless SessionVars.IDAllocator (#50844)
close pingcap/tidb#50842
2024-01-31 09:43:55 +00:00
732fa8c986 doc: add batch coprocessor rfc (#39362)
ref pingcap/tidb#39361
2024-01-31 08:09:24 +00:00
d0d4eca445 executor: enhance memory tracking for IndexLookup (#49336)
close pingcap/tidb#45901
2024-01-31 07:58:54 +00:00
d62ba73f7b pkg/extension/enterprise: update submodule (#50836) 2024-01-31 05:57:23 +00:00
ede0d6913c pkg/autoid_service: add lock to make API thread-safe (#50820)
close pingcap/tidb#50819
2024-01-31 04:58:53 +00:00
6d1b227dee txn: support pessimistic rollback with scan first in mockstore (#50732)
* support pessimistic rollback with scan first in mockstore

Signed-off-by: cfzjywxk <cfzjywxk@gmail.com>

* format

Signed-off-by: cfzjywxk <cfzjywxk@gmail.com>

* change function name

Signed-off-by: cfzjywxk <cfzjywxk@gmail.com>

---------

Signed-off-by: cfzjywxk <cfzjywxk@gmail.com>
2024-01-31 12:15:48 +08:00
7ca7a04da6 executor: log each response for checksum (#50833)
ref pingcap/tidb#50832
2024-01-31 04:15:23 +00:00
27fbccb1da disttask: workaround for #50089 to fix subtask rerun (#50821)
close pingcap/tidb#50818
2024-01-30 13:04:53 +00:00
6210eddce8 bindinfo: replace record with bind keyword (#50822)
close pingcap/tidb#48875
2024-01-30 11:00:23 +00:00
789cd3e51a tests: better name for the vscode launch.json (#50827) 2024-01-30 09:52:53 +00:00
be57d2fd87 disttask: mock to start multiple scheduler/taskexecutor (#50801)
ref pingcap/tidb#49008
2024-01-30 09:48:23 +00:00
4e416993cc tests: Add How to debug integration test in README.md (#50817) 2024-01-30 09:00:23 +00:00
62e6bb307b *: remove redundant go_test (#50812)
close pingcap/tidb#50799
2024-01-30 08:39:30 +00:00
66401b5c06 executor: remove useless code for tidb_analyze_distsql_scan_concurrency (#50811)
close pingcap/tidb#50641
2024-01-30 08:39:24 +00:00
0250675b0b txn: deprecate the transaction auto retry and related statement count limit (#50782)
ref pingcap/tidb#50350
2024-01-30 08:10:59 +00:00
44787d6b49 global sort: lower memLimit and other memory control change (#50640)
ref pingcap/tidb#49829, close pingcap/tidb#50753, close pingcap/tidb#50755
2024-01-30 08:10:53 +00:00
556c0d46d1 statistics: do not need to introduce another test flag (#50813)
ref pingcap/tidb#40791
2024-01-30 07:06:23 +00:00
fdb13d1080 importinto: fix checksum always use default distsql-scan-concurrency (#50807)
close pingcap/tidb#50805
2024-01-30 06:33:22 +00:00
b5542c5ed2 disttask: decouple handleExecutableTask from manager & separate executor context (#50724)
ref pingcap/tidb#49008
2024-01-30 05:22:52 +00:00
7087f702e1 executors: record the index usage in each executors (#50643)
close pingcap/tidb#50261
2024-01-30 03:51:22 +00:00
25f44f577d statistics: extract functions and add comments (#50773)
ref pingcap/tidb#40791
2024-01-30 02:45:23 +00:00
ff050bb143 expression: add expression.BuildContext to build expressions (#50662)
close pingcap/tidb#50661
2024-01-29 11:27:22 +00:00
afeabbbb8b planner: fix index merge test hint usage and use brief format to show explain case (#50781)
close pingcap/tidb#50553
2024-01-29 10:57:22 +00:00
f33418d195 statistics: better fail reason for killed analyze job (#50780)
close pingcap/tidb#50481
2024-01-29 10:21:22 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
41f56d1e89 planner: fix name ambiguous check when building natural join without filter (#36012)
close pingcap/tidb#32044
2024-01-29 07:21:22 +00:00
729a711346 OWNERS: Auto Sync OWNERS files from community membership (#50778) 2024-01-29 06:21:22 +00:00
62d3908c6a *: fix go-resty/resty/v2 HTTP request body disclosure (#50777)
close pingcap/tidb#50775
2024-01-29 06:04:52 +00:00
1760a26d30 hint: refactor PlanHints (#50768)
ref pingcap/tidb#48875
2024-01-29 04:33:22 +00:00
dc54d6cd9a planner: move more hint code to the hint package (#50769)
ref pingcap/tidb#48875
2024-01-29 03:16:52 +00:00
1a0b7ffa2e *: Bounds Check Elimination for cm sketch (#50764)
close pingcap/tidb#50766
2024-01-28 15:03:21 +00:00
6a87b80e2c sessionctx: fix data race of SessionVars.Status (#50729)
close pingcap/tidb#50715
2024-01-26 18:39:20 +00:00
52f1510936 br/lightning: PdController uses PD HTTP client (#50331)
ref pingcap/tidb#49865
2024-01-26 12:48:21 +00:00
c1299bbfc5 planner: move more hint code to the hint package (#50756)
ref pingcap/tidb#48875
2024-01-26 12:06:20 +00:00
f72e1d966c planner: add Sysdate into deferredFunctions when enable SysdateIsNow (#49949)
close pingcap/tidb#49299
2024-01-26 10:24:20 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
c0476a0e8c build(deps): bump github.com/prometheus/prometheus from 0.48.1 to 0.49.1 (#50745) 2024-01-26 07:40:50 +00:00
078087be22 br: fix an incorrect error message (#50739)
close pingcap/tidb#50738
2024-01-26 05:43:50 +00:00
de177d85b1 expression: use buildExprWithAst to implement evalAstExpr (#50660)
ref pingcap/tidb#50463
2024-01-26 04:16:50 +00:00
761b404fe2 executor: ChecksumTableExec respects SQLKiller (#50726)
close pingcap/tidb#50651
2024-01-26 03:39:28 +00:00
c072334a99 *: impl mock PD service discovery and update pd client version (#50718)
ref pingcap/tidb#35319
2024-01-26 03:39:21 +00:00
34449effe3 *: tidb_opt_use_invisible_indexes support set_var (#50733)
close pingcap/tidb#50653
2024-01-26 02:46:51 +00:00
799a46107e planner: move more hint code to the hint package (#50728)
ref pingcap/tidb#48875
2024-01-25 15:09:21 +00:00
035df1a00a *: refactor limit hint (#50730)
ref pingcap/tidb#48875
2024-01-25 11:43:51 +00:00
4cd7711522 pkg/extension/enterprise: update submodule (#50725) 2024-01-25 11:07:51 +00:00
f94e331475 planner: refactor some internal hint structures (#50720)
ref pingcap/tidb#48875
2024-01-25 08:03:21 +00:00