Bug #10386 | A user session continues to function though the user is deleted. | ||
---|---|---|---|
Submitted: | 5 May 2005 13:11 | Modified: | 6 May 2005 6:02 |
Reporter: | Disha | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.4 Beta | OS: | Windows (Windows 2003) |
Assigned to: | Jon Stephens | CPU Architecture: | Any |
[5 May 2005 13:11]
Disha
[5 May 2005 13:43]
Trudy Pelzer
This is not a bug, but expected behaviour. At the moment, the DROP USER statement deletes the user and all associated privileges, but the effect is felt only once the user in question closes his/her session. The DROP USER <user> DISCONNECT statement, when implemented, will also immediately close any open sessions for the user being dropped.
[6 May 2005 6:02]
Jon Stephens
Updated documentation per Trudy; bug closed.