You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2014/07/23 19:08:35 UTC

[1/2] git commit: Ninja: fix index name spec for CREATE INDEX in CQL docs

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 62e70d23e -> b3f644fec


Ninja: fix index name spec for CREATE INDEX in CQL docs

Follow-up for CASSANDRA-7527


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

Branch: refs/heads/cassandra-2.1
Commit: 4cdfa8515611e235b20457c39dd2c3795b1b0820
Parents: 249bc45
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Wed Jul 23 12:05:00 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Wed Jul 23 12:05:00 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4cdfa851/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index 225491a..611bbb8 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -425,7 +425,7 @@ h3(#createIndexStmt). CREATE INDEX
 __Syntax:__
 
 bc(syntax).. 
-<create-index-stmt> ::= CREATE ( CUSTOM )? INDEX ( IF NOT EXISTS )? ( ( <keyspacename> '.' )? <indexname> )?
+<create-index-stmt> ::= CREATE ( CUSTOM )? INDEX ( IF NOT EXISTS )? ( <indexname> )?
                             ON <tablename> '(' <index-identifier> ')'
                             ( USING <string> ( WITH OPTIONS = <map-literal> )? )?
 


[2/2] git commit: Merge branch 'cassandra-2.1.0' into cassandra-2.1

Posted by ty...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: b3f644fec89c3dac2fdf1e3ffeb63f38de1a30cd
Parents: 62e70d2 4cdfa85
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Wed Jul 23 12:08:21 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Wed Jul 23 12:08:21 2014 -0500

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