Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Right now there is only the TRIGGER privilege, which is needed to create, change or drop triggers, but also to see the trigger definition with SHOW CREATE TRIGGER or via INFORMATION_SCHEMA tables.
With other database objects we have separate privileges for modifying and viewing, so splitting the TRIGGER privilege in eg. SHOW TRIGGER and CREATE TRIGGER might make sense, too.