Commit Graph

22 Commits

Author SHA1 Message Date
4c758509e7 ddl: make test case TestCacheTableSizeLimit stable (#38822)
close pingcap/tidb#33764
2022-11-03 16:36:00 +08:00
c4638b70fd *: support metadata lock (#37393)
ref pingcap/tidb#37275
2022-09-18 20:57:00 +08:00
a89ef1f276 *: support ACCOUNT (UN)LOCK when creating/altering user (#37052)
close pingcap/tidb#35961, close pingcap/tidb#37051
2022-08-25 16:12:22 +08:00
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
405f7a0538 ddl: support alter index for multi-schema change (#36205)
ref pingcap/tidb#14766
2022-07-15 15:07:06 +08:00
b0b1c7cb3e *: close RecordSet (#35341)
ref pingcap/tidb#31716
2022-06-14 09:56:33 +08:00
ba3b2f41ae ddl: fix 'alter table cache' error when SEM is enabled (#34727)
close pingcap/tidb#34069
2022-05-18 10:38:37 +08:00
cd0d6b85a9 ddl: fix warnings message when alter table nocache and cache again (#33358)
close pingcap/tidb#32692
2022-03-28 19:00:28 +08:00
3058104232 ddl: disable some DDL operation when a table is cached (#32827)
close pingcap/tidb#32826
2022-03-17 18:04:31 +08:00
ffaeb3e80d ddl: improve test to avoid cycle import (#32058)
ref pingcap/tidb#31716
2022-03-14 12:11:51 +08:00
a1d8f2f3ac *: remove ddl dependency (#32910)
ref pingcap/tidb#31716
2022-03-09 08:15:48 +08:00
3e1cd2733a ddl: migrate test-infra to testify for rollingback_test.go (#32647)
close pingcap/tidb#29110
2022-02-26 16:11:43 +08:00
2d93944210 executor: migrate test-infra to testify for partition_table_test.go (#30665)
close pingcap/tidb#28600
2022-02-14 19:39:38 +08:00
1cf4fcfa73 *: support prepared plan cache for cached table (#32139)
close pingcap/tidb#32003
2022-02-14 12:29:37 +08:00
eeedd81fc2 ddl,table: add check for cached table size limit (#31067)
close pingcap/tidb#30962
2021-12-30 17:39:50 +08:00
4dc385ce8b test: merge serial tests in ddl, infoschema, session, store, table, telemetry and types (#30874) 2021-12-23 20:01:47 +08:00
b4df7ca4dc test: make all the tests run in serial (#30692) 2021-12-14 18:06:36 +08:00
437d8ba3d0 ddl: migrate test-infra to testify for db_cache_test.go (#30117) 2021-11-29 11:37:52 +08:00
9c6540f8e2 ddl : ddl forbid create / add / rename /drop index for cache table (#29707) 2021-11-15 14:57:07 +08:00
a237e41d9f ddl : support alter table xx nocache operations switch a table into uncacheable (#29621) 2021-11-11 17:19:06 +08:00
9f68c8e92a plan,table : support write operator for cache table and mock lockwrite state (#29444) 2021-11-08 16:11:04 +08:00
01e4bdd723 ddl : ddl forbid partition table switch into cache and add view feature test (#29256) 2021-11-01 19:00:51 +08:00