You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/08/04 15:05:29 UTC

svn commit: r800769 - /incubator/cassandra/trunk/conf/storage-conf.xml

Author: jbellis
Date: Tue Aug  4 13:05:28 2009
New Revision: 800769

URL: http://svn.apache.org/viewvc?rev=800769&view=rev
Log:
The change to LexicalUUIDType and TimeUUIDType didn't get propagated to the default storage-conf.  patch by Michael Greene; reviewed by jbellis for CASSANDRA-240

Modified:
    incubator/cassandra/trunk/conf/storage-conf.xml

Modified: incubator/cassandra/trunk/conf/storage-conf.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/conf/storage-conf.xml?rev=800769&r1=800768&r2=800769&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/storage-conf.xml (original)
+++ incubator/cassandra/trunk/conf/storage-conf.xml Tue Aug  4 13:05:28 2009
@@ -78,7 +78,7 @@
             -->
             <ColumnFamily CompareWith="UTF8Type" Name="Standard1" FlushPeriodInMinutes="60"/>
             <ColumnFamily CompareWith="UTF8Type" Name="Standard2"/>
-            <ColumnFamily CompareWith="UUIDType" Name="StandardByUUID1"/>
+            <ColumnFamily CompareWith="TimeUUIDType" Name="StandardByUUID1"/>
             <ColumnFamily ColumnType="Super" CompareWith="UTF8Type" CompareSubcolumnsWith="UTF8Type" Name="Super1"/>
         </Keyspace>
     </Keyspaces>