|
|
a20cdf6f4c
|
planner: clean BindRecord in the binding package (#50466)
ref pingcap/tidb#48875
|
2024-01-16 10:54:18 +00:00 |
|
|
|
8a529303ce
|
planner: clean BindRecord in the binding package (#50460)
ref pingcap/tidb#48875
|
2024-01-16 07:57:16 +00:00 |
|
|
|
44e200d2a3
|
planner: clean BindRecord in the binding package (#50441)
ref pingcap/tidb#48875
|
2024-01-16 03:40:46 +00:00 |
|
|
|
3a3237ee49
|
planner: clean BindRecord in the binding package (#50423)
ref pingcap/tidb#48875
|
2024-01-15 11:34:45 +00:00 |
|
|
|
357be8ba97
|
infoschema: set the correct type for REMAINING_SECONDS (#50421)
close pingcap/tidb#48835
|
2024-01-15 09:04:45 +00:00 |
|
|
|
b548c8a1ac
|
executor: avoid concurrently update for SimpleLRUCache in ApplyCache (#50356)
close pingcap/tidb#50347
|
2024-01-12 11:03:26 +00:00 |
|
|
|
e87d94904a
|
lightning: always use PD HTTP client to access PD HTTP API (#50078)
ref pingcap/tidb#49865
|
2024-01-12 08:25:56 +00:00 |
|
|
|
c1eb8abb6e
|
*: bypass order by clause for fast point get plan (#50204)
close pingcap/tidb#49920
|
2024-01-12 06:57:25 +00:00 |
|
|
|
205b5bbd21
|
variable: fix information_schema.VARIABLES_INFO DEFAULT_VALUE not right problem (#49524)
close pingcap/tidb#49461, close pingcap/tidb#49968, close pingcap/tidb#50155
|
2024-01-11 10:52:55 +00:00 |
|
|
|
02e912c529
|
*: refactor mpp err recovery logic (#50234)
close pingcap/tidb#50221
|
2024-01-11 08:11:02 +00:00 |
|
|
|
190488d0db
|
metrics: add new row panel for tidb query (#50086)
ref pingcap/tidb#49318
|
2024-01-11 08:10:55 +00:00 |
|
|
|
e3bd0df35d
|
planner: avoid scanning multi-valued index when there is no condition related (#50183)
close pingcap/tidb#50125
|
2024-01-11 03:31:55 +00:00 |
|
|
|
6e10826f16
|
*: move dup key error handling to errctx (#50239)
close pingcap/tidb#50238
|
2024-01-10 11:51:23 +00:00 |
|
|
|
1a5a72aaf8
|
planner: do not remove the first row func if it is a constant (#50020)
close pingcap/tidb#38756
|
2024-01-10 09:54:24 +00:00 |
|
|
|
e15c517afa
|
import/index: adjust concurrency using cpu-count of managed node depends on use case (#50091)
ref pingcap/tidb#49008
|
2024-01-10 08:31:54 +00:00 |
|
|
|
d5a21e2829
|
*: remove stmtctx.IgnoreNoPartition and use errctx to handle partition mismatch error (#50173)
close pingcap/tidb#50172
|
2024-01-09 07:24:31 +00:00 |
|
|
|
edecaa6841
|
importinto: import from select parser/planner part (#49976)
ref pingcap/tidb#49883
|
2024-01-09 05:57:23 +00:00 |
|
|
|
1245c28b3b
|
executor: refine sort spill (#48872)
ref pingcap/tidb#47733
|
2024-01-09 00:58:54 +00:00 |
|
|
|
c21846e2c8
|
test: fix unstable test TestFlashbackSchema (#50156)
close pingcap/tidb#50153
|
2024-01-08 12:52:53 +00:00 |
|
|
|
f3d4ad5d89
|
disttask: fix can't reset service_scope (#50108)
close pingcap/tidb#50104
|
2024-01-08 11:42:30 +00:00 |
|
|
|
e811ef2325
|
fix: check kill signal against 0 (#50029)
ref pingcap/tidb#49643
|
2024-01-08 05:09:29 +00:00 |
|
|
|
2253f2940f
|
*: do not return row not match parition error when using update ingore (#50134)
close pingcap/tidb#50128
|
2024-01-08 04:22:53 +00:00 |
|
|
|
9b0fd9ea29
|
*: renaming variables/structs to improve readability / decrease confusion (#49989)
close pingcap/tidb#49988
|
2024-01-06 02:58:51 +00:00 |
|
|
|
64741e9710
|
*: remove stmtctx.BadNullAsWarning and use errctx to handle bad null error (#50120)
close pingcap/tidb#50119
|
2024-01-05 11:28:51 +00:00 |
|
|
|
c3346856e6
|
planner: avoid repeat normalization on the same query when matching binding for plan cache (#50133)
ref pingcap/tidb#48875
|
2024-01-05 09:58:51 +00:00 |
|
|
|
6eea739d4c
|
testkit,store/mockstore: make store image to accelerate unit test (#42521)
close pingcap/tidb#42434
|
2024-01-05 09:05:41 +00:00 |
|
|
|
45215e0a0d
|
*: remove useless code (#50087)
|
2024-01-05 07:32:04 +00:00 |
|
|
|
5fe79401b8
|
planner: add more test cases for fuzzy binding (#50106)
ref pingcap/tidb#48875
|
2024-01-05 06:51:40 +00:00 |
|
|
|
bf166d9c5d
|
planner, statistics: support estimation for mv index access path (#49852)
close pingcap/tidb#46539
|
2024-01-05 06:51:34 +00:00 |
|
|
|
98f4e879e5
|
*: use errctx to handle divide zero error (#50042)
close pingcap/tidb#50041
|
2024-01-05 05:47:10 +00:00 |
|
|
|
f5cb034baa
|
ddl: support fine-grained modify column and add column (#50039)
close pingcap/tidb#48519
|
2024-01-05 05:47:03 +00:00 |
|
|
|
d11a559ae2
|
planner: remove useless binding code and add more test cases (#50098)
ref pingcap/tidb#48875
|
2024-01-05 02:47:03 +00:00 |
|
|
|
a1fd1bee0b
|
domain: support inserting ru historical data into mysql.request_unit_by_group periodically (#49873)
ref pingcap/tidb#49318
|
2024-01-04 12:09:33 +00:00 |
|
|
|
e8861cf6d6
|
vars: add pd_enable_follower_handle_region to support get region from pd follower (#49231)
close pingcap/tidb#49747
|
2024-01-04 11:00:33 +00:00 |
|
|
|
8cebf0f7c7
|
planner: simplify global and session binding handle (#50063)
ref pingcap/tidb#48875
|
2024-01-04 09:02:03 +00:00 |
|
|
|
7a8d82eddb
|
*: remove duplicate prefix for last query info (#50075)
ref pingcap/tidb#49318
|
2024-01-04 08:15:34 +00:00 |
|
|
|
1f49f2d09b
|
planner: simplify the global binding interface (#50019)
ref pingcap/tidb#48875
|
2024-01-03 11:17:02 +00:00 |
|
|
|
383105433b
|
*: move StmtCtx.ErrAutoincReadFailedAsWarning to errctx (#49992)
close pingcap/tidb#49991
|
2024-01-03 09:56:02 +00:00 |
|
|
|
8645716b91
|
bindinfo: simplify the GlobalBindingHandle interface (#49951)
ref pingcap/tidb#48875
|
2024-01-03 09:11:02 +00:00 |
|
|
|
b50b151aed
|
executor: fix unexpected mpp grpc EOF error log (#50010)
close pingcap/tidb#50011
|
2024-01-03 07:48:46 +00:00 |
|
|
|
596276bc33
|
executor: use EncodeKey to encode groupkey in StreamAggExec (#49974)
close pingcap/tidb#49902
|
2024-01-03 07:48:39 +00:00 |
|
|
|
ca047599e6
|
exeuctor: fix goroutine leak when handleForeignKeyCascade exceed mem_quota (#49885)
close pingcap/tidb#49882
|
2024-01-03 07:48:33 +00:00 |
|
|
|
33480e8c8d
|
*: add last ru consumption for tidb_last_query_info (#49769)
ref pingcap/tidb#49318
|
2024-01-03 06:05:15 +00:00 |
|
|
|
d791a79a3d
|
Lightning: support multiple PD addresses (#49516)
close pingcap/tidb#49515
|
2024-01-03 06:05:09 +00:00 |
|
|
|
e80385270c
|
metrics: add connection and fail metrics by resource group name (#49424)
ref pingcap/tidb#49318
|
2024-01-03 06:05:02 +00:00 |
|
|
|
89fc4403f3
|
Lightning : make pebbleDB block size configurable (#49514)
close pingcap/tidb#45037
|
2024-01-03 02:35:02 +00:00 |
|
|
|
2d7d83d297
|
planner: re-enable analyze for mv index and code prepare for estimation (#49937)
ref pingcap/tidb#46539
|
2024-01-02 09:26:01 +00:00 |
|
|
|
3d939d4b6f
|
disttask: init capacity and check concurrency using cpu count of managed node (#49875)
ref pingcap/tidb#49008
|
2024-01-02 05:36:31 +00:00 |
|
|
|
a6ba2ec8a8
|
planner: fix show stats_bucket couldn't decode index boundary out (#49945)
close pingcap/tidb#49823
|
2024-01-02 04:18:38 +00:00 |
|
|
|
84d9bc3b6a
|
importinto: move post-process code from disttask pkg to importer pkg (#49884)
ref pingcap/tidb#49883
|
2023-12-29 07:27:35 +00:00 |
|