Skip to content

Conversation

@frankgh
Copy link
Contributor

@frankgh frankgh commented Oct 8, 2021

This commit allows GRANT/REVOKE statement to support multiple permissions with a single
statement. For example,

GRANT MODIFY, SELECT ON KEYSPACE field TO manager;
GRANT ALTER, DROP ON ROLE role1 TO role2;

… statement

This commit allows GRANT/REVOKE statement to support multiple permissions with a single
statement. For example,

```
GRANT MODIFY, SELECT ON KEYSPACE field TO manager;
GRANT ALTER, DROP ON ROLE role1 TO role2;
```
- Modified existing RoleSyntaxTests to make sure that permissions are effectively taken into account when issuing the statement.
- Added autocompletion tests, and modified the existing behavior by only suggesting the possible left permissions
- Added entry in NEWS.txt for 4.1 with an entry about the new feature
@blerer blerer closed this Oct 22, 2021
@blerer
Copy link
Contributor

blerer commented Oct 22, 2021

Committed manually

@frankgh frankgh deleted the CASSANDRA-17030 branch June 24, 2022 19:18
blambov pushed a commit to blambov/cassandra that referenced this pull request Sep 4, 2024
…ng index build (apache#1258)

- use writeTimeReadFileChannelFor() for recalculateChecksum on appending index segment
michaelsembwever pushed a commit to thelastpickle/cassandra that referenced this pull request Sep 25, 2024
…ng index build (apache#1258)

- use writeTimeReadFileChannelFor() for recalculateChecksum on appending index segment
michaelsembwever pushed a commit to thelastpickle/cassandra that referenced this pull request Jan 7, 2026
…ng index build (apache#1258)

- use writeTimeReadFileChannelFor() for recalculateChecksum on appending index segment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants