Commit Graph

14 Commits

Author SHA1 Message Date
308be4174d ddl: move some tests to package ddl_test (#34281)
ref pingcap/tidb#34284
2022-04-27 18:32:52 +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
0809063fe8 ddl: cleanup redundant globally settings for tests (#32674)
Signed-off-by: tison <wander4096@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-03-01 09:08:58 +08:00
57beeef5e9 executor: dom.close() in test (#31984)
ref pingcap/tidb#31966
2022-01-26 18:26:45 +08:00
98068fe6ca ddl: make several test cases stable for make ut (#31878)
close pingcap/tidb#31085
2022-01-24 18:28:11 +08:00
aa9f530d15 ddl: put the non-reorg jobs back to general queue (#31461)
close pingcap/tidb#31460
2022-01-11 16:23:42 +08:00
152a00dd79 parser: use utf-8 charset to decode enum binary string literal (#31336)
close pingcap/tidb#30740
2022-01-07 11:22:37 +08:00
cfbe70846a config: remove new charset config (#31291)
close pingcap/tidb#31236
2022-01-06 13:26:37 +08:00
17927d489a parser: decode the binary literal value in enum or set (#31231)
close pingcap/tidb#30740
2022-01-04 14:14:35 +08:00
676a56df27 ddl, types: convert the binary default value to proper encoding (#31196)
close pingcap/tidb#30798
2021-12-31 15:15:51 +08:00
4af1d236fe ddl: rename test name and clean up (#7021) 2018-07-10 13:06:15 +08:00
99aba76c90 *: Make 'IF NOT EXISTS' great again in 'CREATE TABLE IF NOT EXISTS LIKE' syntax (#6896) 2018-06-26 12:24:57 +08:00
a373f0cc4b plan: check schema name for column when create table (#6708) 2018-05-31 14:24:34 +08:00
b4c0e6ca24 DDL: Refine error message about "Invalid default value" (#6333) 2018-05-20 16:42:09 +08:00