frankgh opened a new pull request #1258:
URL: https://github.com/apache/cassandra/pull/1258


   This commit allows GRANT/REVOKE statement to support multiple permissions 
with a single
   statement. For example,
   
   ```cql
   GRANT MODIFY, SELECT ON KEYSPACE field TO manager;
   GRANT ALTER, DROP ON ROLE role1 TO role2;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to