mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
create role r;
|
|
set role r;
|
|
drop role r;
|
|
revoke all on *.* from current_role;
|
|
ERROR OP000: Invalid role specification `r`
|