Commit Graph

2822 Commits

Author SHA1 Message Date
dbb493ff22 disttask: dynamic dispatch subtasks (#46593)
ref pingcap/tidb#46258
2023-09-12 01:00:09 +00:00
51f1a828e4 statistics: record last gc ts to avoid huge read on stats table (#46138)
close pingcap/tidb#31778, close pingcap/tidb#45966
2023-09-11 14:43:41 +00:00
100eb5c876 ddl: fix unstable TestAddIndexIngestRecoverPartition (#46855)
close pingcap/tidb#45070, ref pingcap/tidb#46258
2023-09-11 11:26:14 +00:00
2eb3fb1487 parser,ddl: Add warning for ZEROFILL and improve display width warning (#46759)
close pingcap/tidb#46753
2023-09-11 11:25:51 +00:00
cbb7b0abdd global sort: support setting cloud storage uri variable (#46407)
ref pingcap/tidb#45719
2023-09-11 11:25:43 +00:00
e9ef98433c sem: fix goleak (#46845)
close pingcap/tidb#46844
2023-09-11 05:13:40 +00:00
a677716f10 ddl: relax the check in ownerCheckAllVersions (#46752)
close pingcap/tidb#46751
2023-09-08 10:10:43 +00:00
d7033377b4 disttask: refactor scheduler part (#46669)
ref pingcap/tidb#46258
2023-09-06 18:12:44 +00:00
e8b590c0cb *: Exchange partition, fix LIST COLUMNs validation as well as NULL validation (#46533)
close pingcap/tidb#46492
2023-09-06 00:41:12 +00:00
d33cde776c ddl: add failpoint tests for add-index operator (#46681)
ref pingcap/tidb#46258, close pingcap/tidb#46508
2023-09-05 14:35:12 +00:00
2fbf4cf032 ddl: integrate add index operator to dist framework (#46495)
ref pingcap/tidb#46258
2023-09-05 09:05:11 +00:00
5cbcc86e50 disttask: refactor dispatcher so we have chance to add init logics per task type (#46603)
ref pingcap/tidb#46258
2023-09-05 06:50:12 +00:00
6e7f36b68d *: support the variable of default_collation_for_utf8mb4 and corresponding behaviors (#46370)
close pingcap/tidb#46371
2023-09-05 03:47:11 +00:00
be5ce3d7b2 adminpause: set moderate timeout (#46615) 2023-09-04 06:09:45 +00:00
a4271136ec bootstrap: add summary field for system table tidb_background_subtask (#46562)
ref pingcap/tidb#46258
2023-09-04 01:53:13 +00:00
8a8b79bb74 ddl: Advance iterator when skip handling TiFlash tables (#45860)
close pingcap/tidb#45859
2023-09-03 08:05:12 +00:00
52a1c3bef5 *: faster adminpause test (#46605) 2023-09-02 05:02:12 +00:00
be01ad9c2b adminpause: improve test proformance (#46596) 2023-09-01 08:27:40 +00:00
7e66761047 *: faster adminpause test (#45837) 2023-08-31 08:30:39 +00:00
d36478f4b2 disttask, ddl: rename flowhandle (#46497)
ref pingcap/tidb#46258
2023-08-31 07:27:39 +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
addb06f7f4 disttask, ddl: refine disttask_flow (#46472)
ref pingcap/tidb#46258
2023-08-29 10:27:37 +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
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
8b30d3def6 *: use std/slices to replace exp/slices (#46422)
ref pingcap/tidb#45933
2023-08-25 10:27:35 +00:00
65ca55e308 ddl: small fix of verifyRemainRecordsForCheckConstraint func (#46023)
close pingcap/tidb#46022
2023-08-24 04:27:34 +00:00
3352a61275 *: use std/slices to replace exp/slices (#46373)
ref pingcap/tidb#45933
2023-08-24 03:47:06 +00:00
6dd4a3ae76 *: add session alias field in slowlog, general log and extension framework (#46273)
close pingcap/tidb#46272
2023-08-23 10:59:04 +00:00
1ea6499132 disttask: add operator abstraction (#46279)
ref pingcap/tidb#46258
2023-08-22 15:39:34 +00:00
7e476a5027 *: use std/slices to replace exp/slices (#46292)
ref pingcap/tidb#45933
2023-08-22 03:56:04 +00:00
2abf83ddd5 *: remove feedback (#45969)
ref pingcap/tidb#46056
2023-08-21 11:03:34 +00:00
bc88e13edd workerpool: generic result type for worker pool (#46185)
ref pingcap/tidb#46258
2023-08-21 06:39:33 +00:00
69996953a6 *: modify header of some source file (#46219) 2023-08-18 09:54:39 +00:00
3e5c7512d5 *: Remove and add partitioning (#42907)
close pingcap/tidb#42616
2023-08-18 09:54:31 +00:00
dcd4667ae9 *: use std/slices to replace exp/slices (#46221)
ref pingcap/tidb#45933
2023-08-18 09:12:32 +00:00
0dad9f27fc *: fix the duplicate entry error when using BR to restore a NONCLUSTERED AUTO_ID_CACHE=1 table (#46127)
close pingcap/tidb#46093
2023-08-18 03:47:01 +00:00
9f23bae3f0 ddl: fix show global index regions (#45999)
close pingcap/tidb#46000
2023-08-17 16:39:31 +00:00
48e2297172 ddl: Exchange part schema load fix (#46126)
close pingcap/tidb#45791, ref pingcap/tidb#46125
2023-08-17 11:23:09 +00:00
4fc7970f21 ddl, session: using table ID instead of partition ID when calling SplitRegions (#46156)
close pingcap/tidb#46135
2023-08-16 12:27:29 +00:00
95b4dcce80 *: use std/slices to replace exp/slices (#46128)
ref pingcap/tidb#45933
2023-08-16 09:17:02 +00:00
6fd1924d91 util/collate: implement utf8mb4_0900_ai_ci collation (#45650)
close pingcap/tidb#37566
2023-08-15 10:02:02 +00:00
5a305400a9 ddl: use the correct timezone to encode record for adding index (#46055)
close pingcap/tidb#46033
2023-08-15 08:18:37 +00:00
2a674bca65 *: use std/slices to replace exp/slices (#46079)
ref pingcap/tidb#45933
2023-08-15 05:32:00 +00:00
837afe3a36 ddl: split partition test (#45994)
ref pingcap/tidb#44940
2023-08-11 17:12:27 +00:00
0eac1dba9d *: replace exp/slices with std (#45978)
ref pingcap/tidb#45933
2023-08-11 03:30:27 +00:00
c7c7000165 ddl: Exchange partition rollback (#45877)
close pingcap/tidb#45791, close pingcap/tidb#45920
2023-08-10 14:30:27 +00:00
438297557a *: replace CreateMockStoreAndDomain with CreateMockStore (#45947) 2023-08-10 02:28: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