[Neo-report] r2099 gregory - /trunk/neo/storage/database/manager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 13 14:02:49 CEST 2010


Author: gregory
Date: Thu May 13 14:02:49 2010
New Revision: 2099

Log:
Fix prototype of dropPartition()

Modified:
    trunk/neo/storage/database/manager.py

Modified: trunk/neo/storage/database/manager.py
==============================================================================
--- trunk/neo/storage/database/manager.py [iso-8859-1] (original)
+++ trunk/neo/storage/database/manager.py [iso-8859-1] Thu May 13 14:02:49 2010
@@ -216,7 +216,7 @@
         thrown away."""
         raise NotImplementedError
 
-    def dropPartition(self, offset):
+    def dropForeignPartitions(self, num_partitions, offset):
         """ Drop objects and transactions assigned to a partition table,
         this should be called only during storage initialization, to clear
         existing data that could be stored by a previous cluster life """





More information about the Neo-report mailing list