You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by gd...@apache.org on 2011/04/08 16:40:24 UTC

svn commit: r1090275 - /cassandra/trunk/interface/cassandra.thrift

Author: gdusbabek
Date: Fri Apr  8 14:40:24 2011
New Revision: 1090275

URL: http://svn.apache.org/viewvc?rev=1090275&view=rev
Log:
add Compression.NONE

Modified:
    cassandra/trunk/interface/cassandra.thrift

Modified: cassandra/trunk/interface/cassandra.thrift
URL: http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?rev=1090275&r1=1090274&r2=1090275&view=diff
==============================================================================
--- cassandra/trunk/interface/cassandra.thrift (original)
+++ cassandra/trunk/interface/cassandra.thrift Fri Apr  8 14:40:24 2011
@@ -407,7 +407,8 @@ struct KsDef {
 
 /** CQL query compression */
 enum Compression {
-    GZIP = 1
+    GZIP = 1,
+    NONE = 2
 }
 
 enum CqlResultType {