diff options
Diffstat (limited to 'mysql-test/r/sp-security.result')
-rw-r--r-- | mysql-test/r/sp-security.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/sp-security.result b/mysql-test/r/sp-security.result index 00e22ceebd4..9d5f71225b6 100644 --- a/mysql-test/r/sp-security.result +++ b/mysql-test/r/sp-security.result @@ -39,6 +39,7 @@ call stamp(5); ERROR 42000: Access denied for user: 'dummy'@'localhost' to database 'db1_secret' call stamp(6); ERROR 42000: Access denied for user: ''@'localhost' to database 'db1_secret' +drop procedure stamp; use test; drop database db1_secret; delete from mysql.user where user='dummy'; |