mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -6,7 +6,7 @@ GRANT INSERT ON mysql.plugin TO bug51770@localhost;
|
||||
connect con1,localhost,bug51770,,;
|
||||
INSTALL PLUGIN example SONAME 'ha_example.so';
|
||||
UNINSTALL PLUGIN example;
|
||||
ERROR 42000: DELETE command denied to user 'bug51770'@'localhost' for table 'plugin'
|
||||
ERROR 42000: DELETE command denied to user 'bug51770'@'localhost' for table `mysql`.`plugin`
|
||||
connection default;
|
||||
GRANT DELETE ON mysql.plugin TO bug51770@localhost;
|
||||
connection con1;
|
||||
|
Reference in New Issue
Block a user