Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21D4C18856 for ; Thu, 31 Dec 2015 21:33:25 +0000 (UTC) Received: (qmail 3187 invoked by uid 500); 31 Dec 2015 21:33:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 3154 invoked by uid 500); 31 Dec 2015 21:33:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 3143 invoked by uid 99); 31 Dec 2015 21:33:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2015 21:33:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC0A6E1086; Thu, 31 Dec 2015 21:33:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tylerhobbs@apache.org To: commits@cassandra.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cassandra git commit: Fix MV doc formatting in CQL.textile Date: Thu, 31 Dec 2015 21:33:19 +0000 (UTC) Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 fe043b631 -> 4d0f1405c Fix MV doc formatting in CQL.textile Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4d0f1405 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4d0f1405 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4d0f1405 Branch: refs/heads/cassandra-3.0 Commit: 4d0f1405cb9678d56393bd1e785c755c4eab0e2b Parents: fe043b6 Author: Tyler Hobbs Authored: Thu Dec 31 15:33:08 2015 -0600 Committer: Tyler Hobbs Committed: Thu Dec 31 15:33:08 2015 -0600 ---------------------------------------------------------------------- doc/cql3/CQL.textile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/4d0f1405/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index e323768..8e043d9 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -496,23 +496,24 @@ h3(#createMVStmt). CREATE MATERIALIZED VIEW __Syntax:__ -bc(syntax).. +bc(syntax).. ::= CREATE MATERIALIZED VIEW ( IF NOT EXISTS )? AS SELECT ( '(' ( ',' ) * ')' | '*' ) FROM WHERE ( IS NOT NULL ( AND IS NOT NULL )* )? PRIMARY KEY '(' ( ',' )* ')' ( WITH