Repository: cassandra Updated Branches: refs/heads/trunk b51f9495e -> 1925a014b
Fix 6706 ticket number in CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1168ddff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1168ddff Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1168ddff Branch: refs/heads/trunk Commit: 1168ddfff59cd9b76d1e5ec628b31efd5fb6fa33 Parents: 577accd Author: Tyler Hobbs <[email protected]> Authored: Thu Feb 4 12:34:41 2016 -0600 Committer: Tyler Hobbs <[email protected]> Committed: Thu Feb 4 12:34:41 2016 -0600 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/1168ddff/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9bb9729..2af8bc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -411,7 +411,7 @@ Merged from 2.0: * Avoid accessing partitioner through StorageProxy (CASSANDRA-8244, 8268) * Upgrade Metrics library and remove depricated metrics (CASSANDRA-5657) * Serializing Row cache alternative, fully off heap (CASSANDRA-7438) - * Duplicate rows returned when in clause has repeated values (CASSANDRA-6707) + * Duplicate rows returned when in clause has repeated values (CASSANDRA-6706) * Make CassandraException unchecked, extend RuntimeException (CASSANDRA-8560) * Support direct buffer decompression for reads (CASSANDRA-8464) * DirectByteBuffer compatible LZ4 methods (CASSANDRA-7039)
