Commit Graph

21417 Commits

Author SHA1 Message Date
f516603252 autoid_service: fix potential 'duplicated entry' error when tidb exit for AUTO_ID_CACHE=1 tables (#46445)
close pingcap/tidb#46444
2023-08-30 07:26:08 +00:00
99738a3b9b config: enable-stats-cache-mem-quota is set to enable by default (#46130)
close pingcap/tidb#46158
2023-08-30 07:03:38 +00:00
a84159fff5 executor: Remove mpp task number check to pass tests in ci (#46496)
close pingcap/tidb#46484
2023-08-30 06:17:09 +00:00
40e2e0d6b4 executor: pre-alloc chunks to optimize SortExec in (#46483)
close pingcap/tidb#46482
2023-08-30 05:50:09 +00:00
c59bf901e0 explaintest: don't use test database in explaintest (#46449)
ref pingcap/tidb#45961
2023-08-30 03:47:08 +00:00
1058f0d269 partition: fix ExchangePartition bug when partition table with global index (#46166)
close pingcap/tidb#46165
2023-08-30 03:23:08 +00:00
d1483b8277 test: fix test TestChannelMap (#46486)
close pingcap/tidb#46420
2023-08-30 02:36:37 +00:00
a631d2ff2e importinto: remove useless real tikv test (#46481)
ref pingcap/tidb#42930
2023-08-29 13:50:07 +00:00
2db93cd0fc planner: move some estimation functions from the physical-optimization package into cardinality package (#46479)
ref pingcap/tidb#46358
2023-08-29 12:56:07 +00:00
addb06f7f4 disttask, ddl: refine disttask_flow (#46472)
ref pingcap/tidb#46258
2023-08-29 10:27:37 +00:00
d434bd9f1d import into: fix id base (#46315)
close pingcap/tidb#46174
2023-08-29 09:50:09 +00:00
c94b9ae19c planner: move some estimation functions from the physical-optimization package into cardinality package (#46467)
ref pingcap/tidb#46358
2023-08-29 08:32:08 +00:00
603a15f729 statistics: split lock stats handler and rewrite the insert SQL (#46403)
ref pingcap/tidb#46351
2023-08-29 07:41:08 +00:00
40c4a16753 ddl, disttask: implement add index operators (#46414)
ref pingcap/tidb#46258
2023-08-29 06:59:15 +00:00
d149379dc9 *: compatible upgrade with previous versions (#46276)
close pingcap/tidb#46275
2023-08-29 06:59:08 +00:00
a06bcc60e1 br/lightning: add DecompressConfig to external storage (#46430)
ref pingcap/tidb#42930
2023-08-29 06:18:38 +00:00
2fa680d996 ddl: add conn and session_alias entry in ddl worker log (#46443)
ref pingcap/tidb#46071, close pingcap/tidb#46441
2023-08-29 05:27:38 +00:00
9176d206c9 schema cache: fix wrong timestamp in schema cache (#46326)
close pingcap/tidb#46325
2023-08-29 03:59:07 +00:00
3203c38477 autoid_service: fix etcd path prefix in keyspace scenario (#46456)
ref pingcap/tidb#46457
2023-08-29 03:21:37 +00:00
54f15a4a22 test: less extensive reorganize partition tests (#46459)
close pingcap/tidb#46260, close pingcap/tidb#46262, close pingcap/tidb#46263
2023-08-29 02:20:07 +00:00
4f7bf3bff6 statistics: implement copy for index and column (#46461)
ref pingcap/tidb#46158
2023-08-29 01:45:37 +00:00
c7d55079c2 timer: timer inner loop auto recover from panic (#46412)
close pingcap/tidb#46411
2023-08-28 10:03:36 +00:00
e7e9fb6e6a tables: split partiton test (#46252)
ref pingcap/tidb#44940
2023-08-28 09:24:36 +00:00
2a4a60ce9c planner: Move some NDV and join estimation functions from the physical-optimization package into cardinality package (#46442)
ref pingcap/tidb#46358
2023-08-28 08:30:36 +00:00
d9d2dd1a51 timer: support cron syntax for timer framework (#46331)
close pingcap/tidb#46330
2023-08-28 07:24:36 +00:00
5ecf9801ae lightning: local backend use external engine part 1 (#46406)
ref pingcap/tidb#45719
2023-08-28 06:42:36 +00:00
2163271ae4 planner: Move the Selectivity function from the stats package into cardinality package (#46438)
ref pingcap/tidb#46358
2023-08-28 03:50:06 +00:00
c11a999288 *: use std/slices to replace exp/slices (#46433)
ref pingcap/tidb#45933
2023-08-28 02:26:06 +00:00
bfacaf8887 importinto: remove useless code and add test (#46413)
ref pingcap/tidb#42930
2023-08-26 01:12:35 +00:00
b390a09518 *: upgrade gotools (#46416) 2023-08-25 17:05:05 +00:00
a7dea84d86 autoid_service: check request keyspace (#46423)
ref pingcap/tidb#46421
2023-08-25 15:21:34 +00:00
89ba8fd565 *: fix ineffective failpoint enable in TestMPPExecution (#46429) 2023-08-25 13:57:35 +00:00
e69783571b planner: Move the Selectivity function from the stats package into cardinality package (#46417)
ref pingcap/tidb#46358
2023-08-25 11:53:06 +00:00
8b30d3def6 *: use std/slices to replace exp/slices (#46422)
ref pingcap/tidb#45933
2023-08-25 10:27:35 +00:00
4d487cda1f *: update the HTTP API about "upgrade" and fix a minor doc issue (#46425)
close pingcap/tidb#46424
2023-08-25 09:45:36 +00:00
2f2bc4134a disttask: replace manually mock with gomock (#46392)
ref pingcap/tidb#41495
2023-08-25 08:47:06 +00:00
685bcaaefc *: enable lfu for analyze (#46399)
ref pingcap/tidb#46158
2023-08-25 07:53:05 +00:00
c66d28f69c disttask: add pending to failed state transform (#46357)
ref pingcap/tidb#46258
2023-08-25 07:06:35 +00:00
66ddb7b018 planner: Move the Selectivity function from the stats package into cardinality package (#46410)
ref pingcap/tidb#46358
2023-08-25 05:18:35 +00:00
2adb1dcaf7 br/lightning: add cleanUp files util (#46389)
ref pingcap/tidb#45719
2023-08-25 03:56:05 +00:00
21e54f3ac0 autoid_service: support keyspace has own auto id leader (#46285)
ref pingcap/tidb#46286
2023-08-25 03:32:05 +00:00
9b7c1e2226 *: upgrade gomock (#46394) 2023-08-25 02:47:06 +00:00
4c8e6afdca test: remove useless code (#46408)
close pingcap/tidb#46385
2023-08-24 16:23:05 +00:00
132d1a9d24 planner: Move the Selectivity function from the stats package into cardinality package (#46405)
ref pingcap/tidb#46358
2023-08-24 14:35:08 +00:00
80441df434 parser: Update ServerVersion to 8.0.11 (#46155)
ref pingcap/tidb#7968
2023-08-24 11:54:35 +00:00
c9b8d9c927 executor/lockstats: reuse the same code and return err earlier (#46382)
ref pingcap/tidb#46351
2023-08-24 10:48:35 +00:00
31908855ed expression: support member_of pushdown to tikv (#46308)
close pingcap/tidb#46307, close pingcap/tidb#46316
2023-08-24 08:51:35 +00:00
14745fd295 br/lightning: add duplicate detect adaptor for external writer (#46387)
ref pingcap/tidb#45719
2023-08-24 08:11:20 +00:00
097c13f717 statistics: use DatumMapCache to remove duplicate code (#46364)
ref pingcap/tidb#46158
2023-08-24 08:11:13 +00:00
ad668cd01c planner: enable stats LFU cache (#46320)
ref pingcap/tidb#46158
2023-08-24 08:11:05 +00:00