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 BA1DB10339 for ; Thu, 5 Mar 2015 18:55:09 +0000 (UTC) Received: (qmail 4205 invoked by uid 500); 5 Mar 2015 18:55:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 4170 invoked by uid 500); 5 Mar 2015 18:55:09 -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 4146 invoked by uid 99); 5 Mar 2015 18:55:09 -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, 05 Mar 2015 18:55:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 796D9E03AF; Thu, 5 Mar 2015 18:55:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: tylerhobbs@apache.org To: commits@cassandra.apache.org Date: Thu, 05 Mar 2015 18:55:09 -0000 Message-Id: <7f1c675451694566b38293d2cbbf7d3b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] cassandra git commit: Fix link to CREATE KEYSPACE in CQL3 docs Repository: cassandra Updated Branches: refs/heads/trunk 71778eec2 -> 56e190b1c Fix link to CREATE KEYSPACE in CQL3 docs Patch by Jon Åslund; reviewed by Tyler Hobbs Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d04602d3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d04602d3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d04602d3 Branch: refs/heads/trunk Commit: d04602d3da3793e574e59bed60bd0a2b5b88917b Parents: 90a012a Author: Jon Åslund Authored: Thu Mar 5 12:54:01 2015 -0600 Committer: Tyler Hobbs Committed: Thu Mar 5 12:54:01 2015 -0600 ---------------------------------------------------------------------- doc/cql3/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d04602d3/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index cf074af..4f66e74 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -194,7 +194,7 @@ ALTER KEYSPACE Excelsior WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 4}; p. -The @ALTER KEYSPACE@ statement alter the properties of an existing keyspace. The supported @@ are the same that for the "@CREATE TABLE@":#createKeyspaceStmt statement. +The @ALTER KEYSPACE@ statement alters the properties of an existing keyspace. The supported @@ are the same as for the "@CREATE KEYSPACE@":#createKeyspaceStmt statement. h3(#dropKeyspaceStmt). DROP KEYSPACE