Bug #17000 DROP USER leaves user's events
Submitted: 1 Feb 2006 11:36 Modified: 1 Feb 2006 17:14
Reporter: Sergei Golubchik Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: CPU Architecture:Any

[1 Feb 2006 11:36] Sergei Golubchik
Description:
When a user is dropped his events are not removed.

How to repeat:
CREATE USER...
login as this user
USE test;
CREATE EVENT ...
logout, login as root
DROP USER ...
USE test;
SHOW FULL EVENTS;
[1 Feb 2006 17:14] Sergei Golubchik
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in MySQL.

Additional info:

BUG#16424