Post-merge fix: remove unnecessary flush privileges.

This commit is contained in:
Davi Arnaut 2010-03-13 18:32:42 -03:00
commit 4c205a65fb
2 changed files with 0 additions and 2 deletions

View file

@ -6,6 +6,5 @@ INSTALL PLUGIN example SONAME 'ha_example.so';
UNINSTALL PLUGIN example;
ERROR 42000: DELETE command denied to user 'bug51770'@'localhost' for table 'plugin'
GRANT DELETE ON mysql.plugin TO bug51770@localhost;
FLUSH PRIVILEGES;
UNINSTALL PLUGIN example;
DROP USER bug51770@localhost;