Bug #35476 Servers in-memory cache is not reverted to existing servers cache on failure
Submitted: 21 Mar 2008 10:24 Modified: 10 Nov 2008 6:44
Reporter: Sergey Vojtovich Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Federated storage engine Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[21 Mar 2008 10:24] Sergey Vojtovich
Description:
When FLUSH PRIVILEGES is issued, it reloads mysql.servers table (at least with fix for BUG#34789). If an error occurs, it doesn't revert to existing cache as it is done for grant/acl tables.

How to repeat:
To be verified by code analysis. This may happen only in case of out of memory.