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 48D94D810 for ; Fri, 16 Nov 2012 11:39:11 +0000 (UTC) Received: (qmail 9611 invoked by uid 500); 16 Nov 2012 11:39:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 9521 invoked by uid 500); 16 Nov 2012 11:39:11 -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 9296 invoked by uid 99); 16 Nov 2012 11:39:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 11:39:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 11D9C313E26; Fri, 16 Nov 2012 11:39:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: slebresne@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: Remove ALTER TABLE DROP until #3919 is resolved Message-Id: <20121116113910.11D9C313E26@tyr.zones.apache.org> Date: Fri, 16 Nov 2012 11:39:10 +0000 (UTC) Remove ALTER TABLE DROP until #3919 is resolved Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f8b939ab Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f8b939ab Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f8b939ab Branch: refs/heads/trunk Commit: f8b939ab0d7949c1ac2425ba59bde4b9b6fbf3a3 Parents: add2d2d Author: Sylvain Lebresne Authored: Fri Nov 16 12:33:16 2012 +0100 Committer: Sylvain Lebresne Committed: Fri Nov 16 12:33:16 2012 +0100 ---------------------------------------------------------------------- NEWS.txt | 3 +++ doc/cql3/CQL.textile | 6 +----- src/java/org/apache/cassandra/cql3/Cql.g | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f8b939ab/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 24474cc..639e3c9 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -72,6 +72,9 @@ Upgrading Also, the consistency level cannot be set in the language anymore, but is at the protocol level. Please refer to the CQL3 documentation for details. + - In CQL3, the DROP behavior from ALTER TABLE has currently been removed + (because it was not correctly implemented). We hope to add it back soon + (Cassandra 1.2.1 or 1.2.2) Features -------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f8b939ab/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 514473d..bf2746e 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -324,7 +324,6 @@ bc(syntax).. ::= ALTER TYPE | ADD - | DROP | WITH