mirror of https://github.com/MariaDB/server
Browse Source
If during a FLUSH PRIVILEGES the server fails to load the new privilege tables, the error message is lost. This patch is a back port from 5.1 which adresses this issue by setting the server in an error state if a failure occurrs. This patch also corrects an incorrect variable assignment which might cause an error state to be reverted by coincidence.pull/73/head
1 changed files with 24 additions and 7 deletions
Loading…
Reference in new issue