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 2013/11/12 22:51:23 UTC

[3/6] git commit: Fix reading expired row value from row cache patch by jbellis; reviewed by Mikhail Stepura for CASSANDRA-6325

Fix reading expired row value from row cache
patch by jbellis; reviewed by Mikhail Stepura for CASSANDRA-6325


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9a594c3a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9a594c3a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9a594c3a

Branch: refs/heads/trunk
Commit: 9a594c3a55a3b5b63eafe5c7a4a0b2fe26fd0cb1
Parents: 3cb5854
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Nov 12 15:50:53 2013 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Nov 12 15:50:53 2013 -0600

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9a594c3a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7abf5d8..f186c37 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,7 @@
  * cqlsh: handle 'null' as session duration (CASSANDRA-6317)
  * Fix json2sstable handling of range tombstones (CASSANDRA-6316)
  * Fix missing one row in reverse query (CASSANDRA-6330)
+ * Fix reading expired row value from row cache (CASSANDRA-6325)
 
 
 1.2.11