Updated Branches:
  refs/heads/cassandra-1.2 3cb5854e9 -> 9a594c3a5
  refs/heads/cassandra-2.0 7fb2d24fa -> 91f976ce1
  refs/heads/trunk c20dd2992 -> fa86ce88c


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/cassandra-1.2
Commit: 9a594c3a55a3b5b63eafe5c7a4a0b2fe26fd0cb1
Parents: 3cb5854
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Tue Nov 12 15:50:53 2013 -0600
Committer: Jonathan Ellis <jbel...@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

Reply via email to