Commit Graph

20063 Commits

Author SHA1 Message Date
68ad4fad95 linter: upgrade linter (#42353) 2023-03-17 21:02:57 +08:00
6c7174476e *: remove the constraint that auto column must be defined as a key (#42305)
close pingcap/tidb#40580
2023-03-17 21:02:49 +08:00
61de990411 *: Add priority in resource group setting (#42293)
ref pingcap/tidb#38825
2023-03-17 21:02:40 +08:00
b3973b3feb docs: RFC for TTL tables (#39264)
close pingcap/tidb#39263
2023-03-17 19:46:40 +08:00
479b44523b *: fix data race in the mockProxyProtocolProxy (#42358)
close pingcap/tidb#41685
2023-03-17 18:35:32 +08:00
be4edc2484 session: fix data race at the TxnCtx (#42348)
close pingcap/tidb#42347
2023-03-17 18:35:24 +08:00
630100a587 *: Fix TiFlash serverType check in disaggregated mode (#42325)
ref pingcap/tidb#42245
2023-03-17 18:35:16 +08:00
b049cd3c6d executor: increase signalCheckpointForJoinMask to reduce the impact on performance (#42315) 2023-03-17 18:35:08 +08:00
e7794ba39d br/restore: fail fast when meeting some error during restoration (#42158)
close pingcap/tidb#42157
2023-03-17 18:35:00 +08:00
07178874b6 lightning: use sql to add secondary indexes (#42136)
close pingcap/tidb#42132
2023-03-17 18:34:53 +08:00
df92b9ff43 planner: make tidb_enable_plan_cache_for_subquery can take effective immediately (#41612)
ref pingcap/tidb#40219
2023-03-17 18:34:41 +08:00
3ea364720b load data: add root cause to an error message (#42352)
ref pingcap/tidb#40499
2023-03-17 17:39:13 +08:00
b402070b9f planner: fix do not remove empty selection just blow TableReader (#42349)
close pingcap/tidb#40601
2023-03-17 17:39:05 +08:00
9cc79b8b35 ddl: skip exist error when create the default resource group (#42327)
close pingcap/tidb#42324
2023-03-17 17:38:57 +08:00
71ce68c723 planner: fix plan cache rebuild range error (#42220)
close pingcap/tidb#42150
2023-03-17 17:38:48 +08:00
9632aa6b49 resource_control: support calibrate resource (#42165)
ref pingcap/tidb#38825
2023-03-17 17:38:41 +08:00
ed86b9c741 execdetails: fix data race in the BasicRuntimeStats (#42338)
close pingcap/tidb#42337
2023-03-17 15:40:54 +08:00
7bcb76638c ddl: adjust reader and writer size in ingest mode (#42326)
close pingcap/tidb#42201
2023-03-17 15:40:47 +08:00
5f32edd3f4 *: refine getting clusterID logic for disaggregated tiflash (#42103)
close pingcap/tidb#42102
2023-03-17 15:40:39 +08:00
a0055fd084 *: update comment (#42346) 2023-03-17 14:32:54 +08:00
fb9c74c547 session: data race at the PlannerSelectBlockAsName (#42344)
close pingcap/tidb#42342
2023-03-17 14:32:46 +08:00
55d29440e9 builder: support EXPLAIN ANALYZE to display RU statistical information (#42080)
close pingcap/tidb#41972, ref pingcap/tidb#42087
2023-03-17 14:32:39 +08:00
5aceb2e525 expression: support ilike function (#40942)
close #40943
2023-03-17 13:37:15 +08:00
8d8d608093 bootstrap: move LOAD DATA system table into bootstrap (#42343)
ref pingcap/tidb#40499
2023-03-17 12:56:47 +08:00
c6ccec8689 *: fix data race at the TxnTotalSizeLimit (#42336)
close pingcap/tidb#42335
2023-03-17 12:56:40 +08:00
04741ae4ca *: implement CANCEL/DROP LOAD DATA JOB (#42137)
ref pingcap/tidb#40499
2023-03-17 11:58:39 +08:00
ad30aaf1e0 disttask: change the test package to "*_test" (#42264)
close pingcap/tidb#42262
2023-03-17 11:34:39 +08:00
4ae5be190b planner: add 2pb logic and fix some bugs for partitionTopN (#42334)
ref pingcap/tidb#39792, close pingcap/tidb#42321
2023-03-17 09:50:39 +08:00
17ba09d229 *: Minor changes for better clarity in roadmap file (#42232)
close pingcap/tidb#42231
2023-03-17 05:50:41 +08:00
4f44dab83c test: fix data race (#42306)
close pingcap/tidb#42270
2023-03-17 01:02:39 +08:00
f8324568dc docs: add support late materialization rfc (#39654)
ref pingcap/tidb#40601
2023-03-16 23:34:39 +08:00
7a9388283f planner: generate PointGet plans for prepare/execute statements (#42194)
close pingcap/tidb#42125
2023-03-16 23:16:41 +08:00
e09a2140ca executor: add default value for LOAD DATA batch size (#42310)
ref pingcap/tidb#40499
2023-03-16 22:04:40 +08:00
327b628f51 planner: add more test cases for non-prep plan cache (#42328)
ref pingcap/tidb#36598
2023-03-16 20:16:56 +08:00
bccdce14fc ddl: remove unused SetNextKey() (#42316) 2023-03-16 20:16:49 +08:00
c4efc57b52 session,executor: add variables to support set tiflash spill threshold by sql statement (#42309)
close pingcap/tidb#42308
2023-03-16 20:16:41 +08:00
909d57280d ttl: check expire time in scan worker to ensure the deleted rows are right (#42319)
close pingcap/tidb#42318
2023-03-16 19:02:41 +08:00
081643d251 planner: support push down some filter conditions to TiFlash table scan (#40562) 2023-03-16 17:37:39 +08:00
a2ae2370ba store: update tikv client (#42140)
close pingcap/tidb#42141
2023-03-16 17:30:49 +08:00
335af5a3f0 disttask: add scheduler for framework (#42022)
close pingcap/tidb#42020
2023-03-16 16:20:41 +08:00
fa28db109d planner: set correct key type of equal condition in pb for null-aware semi join (#42304)
close pingcap/tidb#42303
2023-03-16 15:22:54 +08:00
af60ff8dae br: filter resource group in br full restore (#42267)
ref pingcap/tidb#42266
2023-03-16 15:22:47 +08:00
94903a2dd7 planner: fix appropriate index stats may be missed when estimating NDV for inner side of index join (#42261)
ref pingcap/tidb#31316, ref pingcap/tidb#41996
2023-03-16 15:22:39 +08:00
2ea6d00a56 br: wait more time to wait spitting the region (#42182)
close pingcap/tidb#42001
2023-03-16 14:24:39 +08:00
a8733c0050 load data: format 'delimited data', defined null by (#42191)
ref pingcap/tidb#40499
2023-03-16 13:34:40 +08:00
ca45f4338a *: Fix TiFlash serverType check in disaggregated mode (#42246)
Signed-off-by: hehechen <chentongli@pingcap.com>
2023-03-16 12:18:20 +08:00
8aa4a899a3 session: set tidb_enable_null_aware_anti_join to ON when upgrading to v7.0 (#42272)
close pingcap/tidb#42271
2023-03-16 10:02:40 +08:00
471c084017 planner, sessionctx: add variable to control index selection for "WHERE b ORDER BY a LIMIT n" (#42116)
close pingcap/tidb#42060
2023-03-16 01:52:41 +08:00
24cd54c746 executor: lock duplicated keys on insert-ignore & replace-nothing (#42210)
close pingcap/tidb#42121
2023-03-15 22:52:40 +08:00
ee7c089e55 session: use TxnCtx.InfoSchema, no matter vars.InTxn() or not (#42027)
close pingcap/tidb#41622, close pingcap/tidb#42003
2023-03-15 21:22:40 +08:00