You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2015/08/25 03:00:49 UTC

[03/10] cassandra git commit: Avoid returning Permission.None whensystem_auth.permissions table does not exist patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168

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/cassandra-3.0
Commit: 447d605b156d5c2048be95d7247e8c297b86b3dc
Parents: 5bee617
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:31 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
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)