diff options
author | pem@mysql.comhem.se <> | 2004-10-22 20:29:06 +0200 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2004-10-22 20:29:06 +0200 |
commit | 2c428ca09d2016730ed15bda8f9fe99b5629d5e5 (patch) | |
tree | 7a873eb1cff12b1f55c60118cf16a838f3ac0488 /sql/share/dutch | |
parent | ebf8dc0da60f8d911ccd3b4bb9d58260e9b0822c (diff) | |
download | mariadb-git-2c428ca09d2016730ed15bda8f9fe99b5629d5e5.tar.gz |
Fixed BUG#6030: Stored procedure has no appropriate DROP privilege.
...and no ALTER privilege either.
For now, only the definer and root can drop or alter an SP.
Diffstat (limited to 'sql/share/dutch')
-rw-r--r-- | sql/share/dutch/errmsg.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/share/dutch/errmsg.txt b/sql/share/dutch/errmsg.txt index 3ad8d91bba7..051a2a13ab8 100644 --- a/sql/share/dutch/errmsg.txt +++ b/sql/share/dutch/errmsg.txt @@ -398,3 +398,4 @@ character-set=latin1 "Illegal %s '%-.64s' value found during parsing", "CHECK OPTION on non-updatable view '%-.64s.%-.64s'" "CHECK OPTION failed '%-.64s.%-.64s'" +"Access denied; you are not the procedure/function definer of '%s'" |