blob: 2427c3b2a45f83176eb7f78ff12c0c14e75de7b2 [file] [log] [blame]
create table mp (a int) partitioned by (b int);
-- should fail
alter table mp add partition (b='1', c='1');