mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB
- Added missing information about database of corresponding table for various types of commands - Update some typos - Reviewed by: <vicentiu@mariadb.org>
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