|
|
837afe3a36
|
ddl: split partition test (#45994)
ref pingcap/tidb#44940
|
2023-08-11 17:12:27 +00:00 |
|
|
|
0a5e0b3b2b
|
kv request: configurable KV Timeout (#45601)
close pingcap/tidb#45380
|
2023-08-11 12:43:57 +00:00 |
|
|
|
e42e77c89f
|
planner: add tests for handleAnalyzeOptions (#46003)
close pingcap/tidb#46002
|
2023-08-11 11:52:57 +00:00 |
|
|
|
f1d094a6d7
|
planner: split prepare test (#46008)
ref pingcap/tidb#44940
|
2023-08-11 10:33:28 +00:00 |
|
|
|
9d517f6b83
|
statistics: add bench for MergeGlobalStatsTopNByConcurrency (#45998)
ref pingcap/tidb#45281
|
2023-08-11 09:28:57 +00:00 |
|
|
|
db7a89bc99
|
expression: make the return column type always be nullable for some window function (#45965)
close pingcap/tidb#45964
|
2023-08-11 08:34:58 +00:00 |
|
|
|
66033d5763
|
br: replace exp/slices with std (#45986)
ref pingcap/tidb#45933
|
2023-08-11 05:28:57 +00:00 |
|
|
|
d7b88b58e6
|
br: enable toomanytests (#45984)
ref pingcap/tidb#40786
|
2023-08-11 04:43:57 +00:00 |
|
|
|
66db914e2a
|
makefile: set default target (#45989)
ref pingcap/tidb#45987
|
2023-08-11 03:52:56 +00:00 |
|
|
|
0eac1dba9d
|
*: replace exp/slices with std (#45978)
ref pingcap/tidb#45933
|
2023-08-11 03:30:27 +00:00 |
|
|
|
203d3c73ca
|
makefile: add help texts (#45988)
ref pingcap/tidb#45987
|
2023-08-11 03:07:56 +00:00 |
|
|
|
cfefc836ba
|
*: remove skip (#45974)
ref pingcap/tidb#45985
|
2023-08-11 02:16:56 +00:00 |
|
|
|
c7c7000165
|
ddl: Exchange partition rollback (#45877)
close pingcap/tidb#45791, close pingcap/tidb#45920
|
2023-08-10 14:30:27 +00:00 |
|
|
|
d819ea3567
|
*: get nil in the LFU's onEvict (#45949)
close pingcap/tidb#45946
|
2023-08-10 11:58:57 +00:00 |
|
|
|
0f41cfe2a8
|
br: set resource group context for br kv requests (#45806)
ref pingcap/tidb#44517
|
2023-08-10 11:16:57 +00:00 |
|
|
|
1005894c17
|
*: simple bazel prepare (#45967)
|
2023-08-10 10:26:03 +00:00 |
|
|
|
45960e80d7
|
planner: increase the maximum number limit of TopN when analyzing tables (#45962)
ref pingcap/tidb#45919
|
2023-08-10 10:25:56 +00:00 |
|
|
|
6fb20c9d30
|
planner: log the reason why the sample-rate is chosen when analyzing table (#45938)
close pingcap/tidb#45936
|
2023-08-10 09:37:56 +00:00 |
|
|
|
46534ffe8f
|
statistics: reduce memory usage when to MergePartTopN2GlobalTopN (#45718)
close pingcap/tidb#45727
|
2023-08-10 07:48:26 +00:00 |
|
|
|
772275c804
|
*: remove useless (#45960)
|
2023-08-10 06:18:26 +00:00 |
|
|
|
438297557a
|
*: replace CreateMockStoreAndDomain with CreateMockStore (#45947)
|
2023-08-10 02:28:56 +00:00 |
|
|
|
7828409823
|
resource_control: publish runaway management rfc (#44745)
ref pingcap/tidb#43691
|
2023-08-10 01:48:26 +00:00 |
|
|
|
54fde485a7
|
executor: password masking in LDAP variable (#45835)
close pingcap/tidb#45752
|
2023-08-09 15:46:56 +00:00 |
|
|
|
0c3ff61728
|
ddl: split disttask scheduler to different stage (#45937)
ref pingcap/tidb#41495
|
2023-08-09 14:16:55 +00:00 |
|
|
|
1b7a17eced
|
ddl: support set explicit task type for ddl request (#45789)
ref pingcap/tidb#44517
|
2023-08-09 13:15:25 +00:00 |
|
|
|
96805cff6a
|
statistics: Add tests for MergePartTopN2GlobalTopN (#45900)
ref pingcap/tidb#45899
|
2023-08-09 11:24:25 +00:00 |
|
|
|
33082a75d1
|
test: set timeout moderate for adminpause (#45948)
|
2023-08-09 11:02:15 +00:00 |
|
|
|
b59ce114d7
|
lightning: save NEXT_GLOBAL_ROW_ID as uint64 instead of int64 (#45614)
close pingcap/tidb#45427
|
2023-08-09 09:25:56 +00:00 |
|
|
|
b4bfeeea5a
|
*: replace exp/maps with std/maps (#45928)
ref pingcap/tidb#45933
|
2023-08-09 08:16:55 +00:00 |
|
|
|
d8d81ebdd7
|
br: update code coverage for integration test (#45852)
|
2023-08-09 07:01:55 +00:00 |
|
|
|
1567bb0897
|
Makefile: add coverage report for explaintest (#45930)
ref pingcap/tidb#44301
|
2023-08-09 06:33:25 +00:00 |
|
|
|
a0cbff296a
|
parser: fix panic in parsing CTE within a subquery (#45916)
close pingcap/tidb#45838
|
2023-08-09 04:13:55 +00:00 |
|
|
|
ff3b9c005d
|
*: upgrade go1.21 (#45923)
close pingcap/tidb#45925
|
2023-08-09 02:42:25 +00:00 |
|
|
|
cdeac4c66f
|
*: batch write for admin pause (#45857)
close pingcap/tidb#45906
|
2023-08-08 10:09:25 +00:00 |
|
|
|
6886ef8a4f
|
*: remove useless code (#45883)
|
2023-08-08 09:51:25 +00:00 |
|
|
|
49b7cc6a3c
|
calibrate: shorten the minimum calibrate duration (#44972)
ref pingcap/tidb#43212
|
2023-08-08 09:21:25 +00:00 |
|
|
|
7bd1681795
|
parser: reset lexer.identifierDot correctly when reusing parsers (#45903)
close pingcap/tidb#45898
|
2023-08-08 08:36:24 +00:00 |
|
|
|
0ac1bd70c5
|
partition: Revert support batch_point_get for partition table in dynamic mode (#45891)
close pingcap/tidb#45889
|
2023-08-08 07:37:54 +00:00 |
|
|
|
3296b5e603
|
lightning/external: add UT and fix a bug (#45874)
ref pingcap/tidb#45719
|
2023-08-08 07:15:24 +00:00 |
|
|
|
389ccb3748
|
ttl: make ttl manually trigger stable (#45869)
close pingcap/tidb#45868
|
2023-08-08 06:34:55 +00:00 |
|
|
|
6b536ae1cb
|
build(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 in /parser (#45880)
|
2023-08-08 05:48:23 +00:00 |
|
|
|
539f99ec4f
|
executor: fix hang when index join newInnerworker panic (#45890)
close pingcap/tidb#45716
|
2023-08-08 04:31:43 +00:00 |
|
|
|
b07d10de39
|
build(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 in /parser (#45879)
|
2023-08-08 02:01:43 +00:00 |
|
|
|
ede2bfeb1f
|
statscache: support multi-level evict (#45776)
close pingcap/tidb#45367
|
2023-08-08 01:36:13 +00:00 |
|
|
|
d590ccb14e
|
*: Setup OWNERS to control approving global variable and configuration changes (#45220)
ref pingcap/tidb#45183
|
2023-08-07 14:07:42 +00:00 |
|
|
|
6072cdd82c
|
executor: speed up TestOrderByAndLimit (#45871)
close pingcap/tidb#45870
|
2023-08-07 11:43:39 +00:00 |
|
|
|
76241149b2
|
Makefile: add '-tags intest' for running bench-daily (#45861)
ref pingcap/tidb#25754
|
2023-08-07 11:19:52 +00:00 |
|
|
|
d9f2226016
|
disttask: refine scheduleTask (#45828)
ref pingcap/tidb#41495
|
2023-08-07 11:19:46 +00:00 |
|
|
|
7212a5f38f
|
br/lightning: add range properties codec and kv/stats reader (#45796)
ref pingcap/tidb#45719
|
2023-08-07 11:19:39 +00:00 |
|
|
|
c512ede3ec
|
*: fix TestStatsLockAndUnlockTables (#45858)
close pingcap/tidb#45843
|
2023-08-07 10:30:35 +00:00 |
|