mariadb/mysql-test/suite/roles/drop_current_role.result

6 lines
121 B
Text
Raw Normal View History

create role r;
set role r;
drop role r;
revoke all on *.* from current_role;
2020-08-02 11:05:29 +02:00
ERROR OP000: Invalid role specification `r`