Commit Graph

39 Commits

Author SHA1 Message Date
26d1096580 ddl: check table/database existance using infoschema only (#53882)
ref pingcap/tidb#53246
2024-06-17 10:50:46 +00:00
d5fece20f7 ddl: Regenerating AutoIDs for _tidb_rowid during Reorganize Partition (#53770)
close pingcap/tidb#53385
2024-06-13 04:09:00 +00:00
7a18952eb1 ddl: fix flaky test TestCancel & fix panic when we failed to get job in delivery2Worker (#53887)
close pingcap/tidb#36582
2024-06-11 07:45:00 +00:00
be86a2594e ddl: Reorganize partition supporting global index (#53277)
ref pingcap/tidb#45133
2024-06-04 08:16:26 +00:00
c79716efb7 tests: add some test cases for global index (#53630)
ref pingcap/tidb#45133
2024-05-29 11:26:50 +00:00
40c81c0fd5 *: fix global index work with memIndexReader executor (#52660)
close pingcap/tidb#52493
2024-04-28 11:23:57 +00:00
70a825397f *: add metadata lock when using the plan cache (#51897)
close pingcap/tidb#51407
2024-04-28 09:16:27 +00:00
10971ea5b0 ddl: use package-level logger which preset "category" field (#52885)
close pingcap/tidb#52883
2024-04-26 07:19:48 +00:00
62f3aea0f3 resource_control: Separate the mark for watch and rule and enhance testing (#52197)
ref pingcap/tidb#43691
2024-04-22 12:25:39 +00:00
5954be7da2 *: let our unit test cover the infoschema v2 code (#52156)
ref pingcap/tidb#50959
2024-04-12 06:58:53 +00:00
3fff0f2529 ddl: make alter database set tiflash replica skip sequence and view (#52348)
close pingcap/tidb#51990
2024-04-12 03:09:23 +00:00
ab90c771a2 resource_manager: fix test by checking system table status (#52456)
close pingcap/tidb#52455
2024-04-09 13:58:51 +00:00
61ba63982d executor: align behavior of foreign keys in "SHOW CREATE TABLE" with MySQL. (#51294)
ref pingcap/tidb#51837
2024-03-21 14:14:14 +00:00
ccbab5eeb7 *: Enable plan cache for partitioned tables (#49161)
close pingcap/tidb#33031, close pingcap/tidb#45532
2024-03-12 05:38:08 +00:00
33d6b79163 ddl: fix partition definition for literal with non-utf8 charsets + binary column (#49229)
close pingcap/tidb#36433, close pingcap/tidb#49251
2024-03-08 04:02:06 +00:00
a59551b701 ddl: rename tidb_ddl_version to tidb_enable_fast_create_table (#51047)
close pingcap/tidb#50052
2024-02-28 08:39:31 +00:00
f505eda828 partition: fix exchange partition validition check for null value (#47208)
close pingcap/tidb#47167
2024-02-28 05:06:30 +00:00
80fd960939 resource_control: dont check runaway after resp (#51160)
close pingcap/tidb#51161
2024-02-20 09:57:28 +00:00
7805b9249a ddl: support create key partition with empty column (#51049)
close pingcap/tidb#51004
2024-02-08 09:20:46 +00:00
fce2805f2a planner: skip MDL when analyzing table (#50928)
close pingcap/tidb#47475
2024-02-08 07:17:46 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
c072334a99 *: impl mock PD service discovery and update pd client version (#50718)
ref pingcap/tidb#35319
2024-01-26 03:39:21 +00:00
6701bf1527 ddl: create table accelerate (#49687)
close pingcap/tidb#50052
2024-01-08 12:20:08 +00:00
a7ef915052 *: upgrade rules_go (#49693) 2023-12-27 02:15:28 +00:00
b27587e9b6 session: add resource group name in stmt context (#49422)
close pingcap/tidb#49318
2023-12-21 02:58:54 +00:00
5167654f64 tests: fix some tests failed when system_time_zone != Asia/Shanghai (#49557)
ref pingcap/tidb#49493
2023-12-18 13:25:52 +00:00
b7de124be3 tests: move global index related test to tests/integrationtest (#49044)
ref pingcap/tidb#45961
2023-11-30 10:57:04 +00:00
94a7844732 *: add tidb_enable_global_index session variables (#48834)
close pingcap/tidb#48825
2023-11-30 02:58:18 +00:00
651e77099b tests: update mysql-tester, enable table-lock in integrationtest (#48956)
close pingcap/tidb#45961
2023-11-28 12:02:48 +00:00
522cd03867 ddl: fix issue of alter last partition failed when partition column is datetime (#48815)
close pingcap/tidb#48814
2023-11-23 11:02:50 +00:00
7e8de2f1c7 infosync: integrate PD HTTP client into the label manager (#48738)
ref pingcap/tidb#35319
2023-11-23 04:53:41 +00:00
0e8f8cd294 infoschema: make information_schema.columns copyable (#45552)
close pingcap/tidb#42030
2023-11-23 02:19:10 +00:00
e41495d276 ddl: make concurrent ingest job queue instead of fallback (#48645)
close pingcap/tidb#47758
2023-11-21 07:10:10 +00:00
87e121f526 tests: update mysql-tester, move more tests to integration test (#48617)
ref pingcap/tidb#45961
2023-11-16 02:09:46 +00:00
ed78e15cc1 resource_control: fix burst patch (#48141)
close pingcap/tidb#48140
2023-11-07 17:12:41 +00:00
0cca59f2fd ddl: make TestHalfwayCancelOperations faster (#48251)
close pingcap/tidb#46840
2023-11-03 03:29:11 +00:00
2a628c4801 *: unified the cancel/kill logic in tidb (#47063)
close pingcap/tidb#47075
2023-10-23 09:48:38 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00