Files
scylladb/cql3/statements
Wojciech Mitros b18c21147f cql: check if the keyspace is system when altering permissions
Currently, when altering permissions on a functions resource, we
only check if it's a builtin function and not if it's all functions
in the "system" keyspace, which contains all builtin functions.
This patch adds a check of whether the function resource keyspace
is "system". This check actually covers both "single function"
and "all functions in keyspace" cases, so the additional check
for single functions is removed.

Closes #13596
2023-05-02 10:13:59 +03:00
..
2023-03-21 13:42:49 +02:00
2023-02-14 11:19:03 +02:00
2023-02-15 11:01:50 +02:00
2022-11-23 18:39:36 +02:00