You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/06/14 18:44:47 UTC

[3/4] git commit: Remove nonexistent drop column from cqlsh help

Remove nonexistent drop column from cqlsh help


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

Branch: refs/heads/cassandra-1.2
Commit: 473713f461524c10b5f403ac84d821e26aec6df2
Parents: 7eec23e
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jun 14 11:44:23 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jun 14 11:44:23 2013 -0500

----------------------------------------------------------------------
 pylib/cqlshlib/helptopics.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/473713f4/pylib/cqlshlib/helptopics.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/helptopics.py b/pylib/cqlshlib/helptopics.py
index 775c7de..c9dae31 100644
--- a/pylib/cqlshlib/helptopics.py
+++ b/pylib/cqlshlib/helptopics.py
@@ -270,7 +270,6 @@ class CQLHelpTopics(object):
         print """
         ALTER TABLE <tablename> ALTER <columnname> TYPE <type>;
         ALTER TABLE <tablename> ADD <columnname> <type>;
-        ALTER TABLE <tablename> DROP <columnname>;
         ALTER TABLE <tablename> WITH <optionname> = <val> [AND <optionname> = <val> [...]];
 
         An ALTER statement is used to manipulate table metadata. It allows you