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:
@ -30,7 +30,7 @@ disconnect con1;
|
||||
connection default;
|
||||
connect con1, localhost, user5;
|
||||
FLUSH TABLE db1.t1 FOR EXPORT;
|
||||
ERROR 42000: SELECT command denied to user 'user5'@'localhost' for table 't1'
|
||||
ERROR 42000: SELECT command denied to user 'user5'@'localhost' for table `db1`.`t1`
|
||||
disconnect con1;
|
||||
connection default;
|
||||
DROP USER user1@localhost, user2@localhost, user3@localhost,
|
||||
|
Reference in New Issue
Block a user