1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merged fix for bug #36544 "DROP USER does not remove stored

function privileges" into 5.5 tree. Did after-merge fixes.
This commit is contained in:
Dmitry Lenev
2011-02-07 15:06:22 +03:00
7 changed files with 451 additions and 55 deletions

View File

@@ -149,10 +149,6 @@ USE db_storedproc_1;
drop user 'user_1'@'localhost';
DROP PROCEDURE sp3;
# This drop function shouldn't generated a warning as the
# privileges should have been removed when the user was
# dropped. Reported as Bug#36544 DROP USER does not remove
# stored function privileges
DROP FUNCTION fn1;