Avoid returning Permission.None whensystem_auth.permissions table does not exist patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/447d605b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/447d605b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/447d605b Branch: refs/heads/trunk Commit: 447d605b156d5c2048be95d7247e8c297b86b3dc Parents: 5bee617 Author: Jonathan Ellis <[email protected]> Authored: Mon Aug 24 19:59:31 2015 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Mon Aug 24 19:59:31 2015 -0500 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/447d605b/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4626899..45e59f7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,6 @@ 2.1.9 + * Avoid returning Permission.None when system_auth.permissions table does not + exist (CASSANDRA-10168) * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004) * Add new JMX methods to change local compaction strategy (CASSANDRA-9965) * Write hints for paxos commits (CASSANDRA-7342)
