Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0.8
-
None
Description
One can create several roles at once:
MariaDB [test]> create role r1, r2; |
Query OK, 0 rows affected (0.01 sec) |
|
One can grant multiple privileges to multiple users at once:
MariaDB [test]> grant SELECT,INSERT on db.* to foo@localhost, bar@localhost; |
Query OK, 0 rows affected (0.00 sec) |
|
But one cannot grant multiple roles at once:
MariaDB [test]> grant r1, r2 to foo@localhost; |
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' r2 to foo@localhost' at line 1 |
SQL standard seems to think that it should work.
Attachments
Issue Links
Activity
Assignee | Sergei Golubchik [ serg ] | Vicentiu Ciorbaru [ cvicentiu ] |
Fix Version/s | 10.0.11 [ 15200 ] | |
Fix Version/s | 10.0.10 [ 14500 ] |
Fix Version/s | 10.0.12 [ 15201 ] | |
Fix Version/s | 10.0.11 [ 15200 ] |
Workflow | defaullt [ 35420 ] | MariaDB v2 [ 43133 ] |
Fix Version/s | 10.0.13 [ 16000 ] | |
Fix Version/s | 10.0.12 [ 15201 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.0 [ 16000 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Workflow | MariaDB v2 [ 43133 ] | MariaDB v3 [ 64648 ] |
Workflow | MariaDB v3 [ 64648 ] | MariaDB v4 [ 143432 ] |
Status | Stalled [ 10000 ] | Open [ 1 ] |
Labels | foundation |