blob: 3a8b2a943f69bed8479bce802a2861e883b43b2e [file] [log] [blame]
--! qt:authorizer
-- check alter-drop on partition
create table auth_trunc2(i int) partitioned by (j int);
alter table auth_trunc2 add partition (j=42);
set user.name=user1;
alter table auth_trunc2 drop partition(j=42);