You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2013/11/26 00:31:42 UTC

[1/2] git commit: Ninja-fix CQL3 doc

Updated Branches:
  refs/heads/cassandra-2.0 5eaa2164e -> 6c68b30fe


Ninja-fix CQL3 doc


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

Branch: refs/heads/cassandra-2.0
Commit: fce173532438d4ff4269c5db29a0f15906311eb0
Parents: aec8f16
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Nov 26 02:29:30 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Nov 26 02:29:30 2013 +0300

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/fce17353/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index c4e39d1..507ad13 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -844,7 +844,7 @@ will only apply the TTL to the @{ 'color' : 'green' }@ record, the rest of the m
 Deleting a map record is done with:
 
 bc(sample). 
-DELETE favs['author'] FROM plays WHERE id = 'jsmith'
+DELETE favs['author'] FROM users WHERE id = 'jsmith'
 
 h4(#set). Sets
 


[2/2] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by al...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.0
Commit: 6c68b30fef95f8f4a621969f5d0434bc2326c2e2
Parents: 5eaa216 fce1735
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Nov 26 02:30:00 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Nov 26 02:30:00 2013 +0300

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6c68b30f/doc/cql3/CQL.textile
----------------------------------------------------------------------