Details
Description
connect con1,localhost,foo,,db1; |
show grants;
|
Grants for foo@localhost |
GRANT USAGE ON *.* TO `foo`@`localhost` |
GRANT CREATE ON `db1`.* TO `foo`@`localhost` |
GRANT CREATE ON `db2`.* TO `foo`@`localhost` |
create table t(t int); |
show columns in t; |
ERROR 42000: SELECT command denied to user 'foo'@'localhost' for table 't' |
- Database should be shown too:
ERROR 42000: SELECT command denied to user 'foo'@'localhost' for table 'db1.t'
Attachments
Issue Links
- relates to
-
MDEV-28455 CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNS
-
- Closed
-
- links to
Activity
Transition | Time In Source Status | Execution Times |
---|
|
2h 52m | 1 |
|
11s | 1 |
|
34d 8h 34m | 2 |
|
12d 21h 33m | 2 |
|
20d 10h 8m | 2 |
|
20d 23h 39m | 1 |
|
51d 23h 55m | 1 |