mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Post-merge fix: remove unnecessary flush privileges.
This commit is contained in:
parent
81ffd72a58
commit
4c205a65fb
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue