Bug#33275 Server crash when creating temporary table mysql.user
When creating a temporary table that uses the same name as the mysql privs table the server would crash on FLUSH PRIVILEGES. This patches corrects the problem by setting a flag to ignore any temporary table when trying to reload the privileges.
Showing
Please register or sign in to comment