You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What component are you suggesting? (view, table, function, procedure)
procedure
What will this new component do?
add a specific privilege to an account. eg:
call add_privilege('myuser@localhost', 'trigger');
The routine will add the 'trigger' privilege on whatever set of privileges that
user has (possibly multiple, since a user may have sets of privileges per
schema, table etc.)
Characteristics of the component? (e.g. NO SQL for stored function)
modifies sql data
Dependencies for component?
Original issue reported on code.google.com by [email protected] on 12 Jan 2014 at 1:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Jan 2014 at 1:04The text was updated successfully, but these errors were encountered: