Commit Graph

110 Commits

Author SHA1 Message Date
d39268519f ddl: Add checks for all partitioning columns during EXCHANGE PARTITION for RANGE COLUMNS (#59612)
close pingcap/tidb#59534
2025-02-28 04:27:37 +00:00
9971301fbc ddl: let partition table pre split index regions (#59547)
close pingcap/tidb#59530
2025-02-17 04:03:43 +00:00
cf4d252af8 *: split definition out of variable pkg and refactor some reorg methods (#59146)
ref pingcap/tidb#57229, ref pingcap/tidb#57497
2025-01-23 09:24:44 +00:00
c05646e352 test: fix error checking (#59092)
ref pingcap/tidb#57275
2025-01-21 10:05:38 +00:00
db7843a5c4 ddl/ingest: remove backend context manager and refactor code (#57770)
ref pingcap/tidb#57670
2025-01-17 08:59:10 +00:00
b22555b1c8 ddl: Fix issue with concurrent update getting reverted by BackfillData (#58229)
close pingcap/tidb#58226, close pingcap/tidb#58692
2025-01-09 10:12:49 +00:00
b2f2faaa95 parser: move 'model' to 'ast' pkg (#58704)
ref pingcap/tidb#54436
2025-01-07 10:20:04 +00:00
14a469ab9d *: upgrade the PD client to adopt the latest refactor (#58440)
ref pingcap/tidb#58439
2024-12-23 10:36:12 +00:00
27b53925b2 *: use DDL subscriber updating stats meta (#57872)
close pingcap/tidb#57871
2024-12-13 10:44:06 +00:00
68ac9ec722 ddl: rename failpoint to better reflect what it does (#58115)
ref pingcap/tidb#54436
2024-12-10 07:24:00 +00:00
93295c233a ddl: simplify TestMDLPreparePlanCacheExecuteInsert (#58113)
ref pingcap/tidb#56733
2024-12-10 05:43:03 +00:00
0ffac36ec1 domain,infoschema: make infoschema activity block GC safepoint advancing (#58062)
close pingcap/tidb#57952
2024-12-09 10:16:14 +00:00
6b17068d75 planner: fix incorrectly using the schema for plan cache (#57964)
close pingcap/tidb#56733
2024-12-09 10:16:07 +00:00
b2f29eea96 ddl: Fixed partitioning a non-partitioned table with placement rules (#57560)
close pingcap/tidb#55705
2024-11-29 01:21:11 +00:00
b6025b9787 *: Reorg partition fix delete ranges and handling non-clustered tables with concurrent DML (#57114)
ref pingcap/tidb#45133, close pingcap/tidb#56822, close pingcap/tidb#57510
2024-11-29 00:31:23 +00:00
b11421972b ddl: fix ExistsTableRow and add tests for skip reorg checks (#57778)
close pingcap/tidb#57769
2024-11-28 11:34:07 +00:00
924784aa3e ttl: make the default value of ttl_job_interval to 24h (#57758)
close pingcap/tidb#57757
2024-11-28 02:33:14 +00:00
2125737520 *: Reorganize partition one extra state (#56974)
ref pingcap/tidb#45133, close pingcap/tidb#57523
2024-11-26 18:18:41 +00:00
5ac4f6909a tables: fix insert into hash partition get an unexpected overflow error (#57681)
close pingcap/tidb#57675
2024-11-26 16:19:26 +00:00
5d9c6e16a1 *: Truncate partition failpoint tests (#56029)
ref pingcap/tidb#55819
2024-11-26 03:48:53 +00:00
865b28383c *: Truncate partition with global index improvement (#55831)
close pingcap/tidb#55819
2024-11-20 14:49:08 +00:00
938ed70fec ddl: Corrected index management during REORGANIZE PARTITION (#56786)
close pingcap/tidb#56634
2024-11-15 12:46:17 +00:00
bfd7da385d ddl: enable fast create table on default (#57215)
close pingcap/tidb#57214
2024-11-08 13:19:19 +00:00
33c30ee2ab *: Allow Point_Get during DDL with Global Index (#56382)
ref pingcap/tidb#45133, ref pingcap/tidb#55819, close pingcap/tidb#56819
2024-10-25 16:18:34 +00:00
71238b11a6 ddl: skip adding index reorg work for empty tables (#56406)
close pingcap/tidb#51421, close pingcap/tidb#54230
2024-10-25 11:39:25 +00:00
Bin
5faeca4d1b *: use golang built-in functions rather than mathutil (#56818)
close pingcap/tidb#56594
2024-10-25 05:18:17 +00:00
4c1979ae12 ddl: job context will be canceled when cancel or pause job (#56404)
close pingcap/tidb#56017, ref pingcap/tidb#56398
2024-10-15 03:19:16 +00:00
7ce31fa773 ddl: fix a bug that create table with vector index and gbk charset column (#56585)
close pingcap/tidb#56549
2024-10-12 12:42:06 +00:00
1e24d39608 *: Drop partition DDL handling for overlapping partitions during State Changes (#56082)
close pingcap/tidb#55888
2024-10-09 17:15:33 +00:00
df821b9bce ddl: Stabilized TestRemovePartitioningAutoIDs test. (#56436)
close pingcap/tidb#54759
2024-10-08 16:43:04 +00:00
6e8f27f9ce *: support the vector index (#56409)
close pingcap/tidb#55693
2024-09-30 03:06:28 +00:00
b427e33eb9 meta: separate reader and mutator (#56376)
ref pingcap/tidb#54436
2024-09-27 15:34:11 +00:00
bad2ecd6b0 ddl: refine some context usage (#56243)
ref pingcap/tidb#54436, ref pingcap/tidb#56017
2024-09-27 12:03:24 +00:00
f2ed8228ff ddl: Reorganize Partition failure/rollback tests and fixes (#53544)
ref pingcap/tidb#45133
2024-09-26 20:50:26 +00:00
401c89855d *: more tests for add/remove partitioning (#47337)
ref pingcap/tidb#42616
2024-09-26 15:34:36 +00:00
e5c98671a4 ddl: support scatter region in cluster/global level (#56157)
ref tikv/pd#8424, ref pingcap/tidb#54886, close pingcap/tidb#55184
2024-09-25 15:25:29 +00:00
9129323378 *: Deprecate tidb_enable_table_partition and always set to ON (#56190)
close pingcap/tidb#56189
2024-09-25 12:29:34 +00:00
2ef0a36f71 *: Removed tidb_enable_list_partition (#42846)
close pingcap/tidb#42842
2024-09-25 00:24:19 +00:00
0442c68e1c *: Deprecated and always set to ON tidb_enable_global_index (#56169)
ref pingcap/tidb#45133
2024-09-24 22:59:43 +00:00
a70cc19101 ddl: fix panic in TablePartitionArgs v2 (#56222)
ref pingcap/tidb#53930
2024-09-23 09:44:25 +00:00
083722a4ea ddl: fix unexpected duplicate entry error when adding unique index (#56162)
close pingcap/tidb#56161
2024-09-20 08:44:30 +00:00
17c7b90dc6 ddl: args v2 for create/drop/modify schema (#55919)
ref pingcap/tidb#53930
2024-09-10 06:20:35 +00:00
3176b9c263 *: move XXInfo/Job, etc, out from model pkg in parser to meta (#55754)
ref pingcap/tidb#54436
2024-09-04 04:49:45 +00:00
Hu#
1256bbea23 *: Refactor runaway related code (#55202)
ref pingcap/tidb#54434
2024-09-03 05:38:29 +00:00
20454187d2 ddl: Global index more restrictions (#55440)
close pingcap/tidb#55424
2024-08-15 13:14:41 +00:00
281c75842e ddl: move structs related to scheduler out from ddlCtx & add job context (#55411)
ref pingcap/tidb#54436
2024-08-15 11:02:42 +00:00
3db0322bed ddl: support session level tidb_ddl_reorg_worker_cnt and batch_size (#55334)
close pingcap/tidb#55335
2024-08-13 04:34:32 +00:00
2fb61a5eb2 *: Require GLOBAL IndexOption for creating Global Index (#55264)
close pingcap/tidb#52994
2024-08-12 12:52:31 +00:00
4764397725 ddl: restructure schema version and server state syncer (#55368)
ref pingcap/tidb#54436
2024-08-12 11:43:39 +00:00
37087225f5 ddl/domain: disallow set schema lease to 0 (#55312)
ref pingcap/tidb#54436
2024-08-12 04:03:08 +00:00