Repository: cassandra Updated Branches: refs/heads/cassandra-1.2 57f6f9291 -> dfd28d226
Fix CQL doc Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dfd28d22 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dfd28d22 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/dfd28d22 Branch: refs/heads/cassandra-1.2 Commit: dfd28d226abe5eb2087b633b0e9634b207d32655 Parents: 57f6f92 Author: Sylvain Lebresne <[email protected]> Authored: Mon Mar 10 18:02:20 2014 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Mar 10 18:02:30 2014 +0100 ---------------------------------------------------------------------- doc/cql3/CQL.textile | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/dfd28d22/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 8d853c5..ecd3b7e 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -217,9 +217,6 @@ bc(syntax).. <column-definition> ::= <identifier> <type> ( PRIMARY KEY )? | PRIMARY KEY '(' <partition-key> ( ',' <identifier> )* ')' -<partition-key> ::= <partition-key> - | '(' <partition-key> ( ',' <identifier> )* ')' - <partition-key> ::= <identifier> | '(' <identifier> (',' <identifier> )* ')'
