Update of /cvsroot/monetdb/sql/src/storage/m4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26843/src/storage/m4

Modified Files:
        bpm.mx 
Log Message:
redid most of the bpm storage layer as it needed to be split in snapshot, log
and rollforward


U bpm.mx
Index: bpm.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/m4/bpm.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bpm.mx      16 Jan 2008 10:38:24 -0000      1.4
+++ bpm.mx      22 Aug 2008 09:50:32 -0000      1.5
@@ -20,8 +20,6 @@
 #define M4_BPM_H
 
 /* initialize bpm call back functions interfaces */
-
-extern int bpm_logger_init( logger_functions *lf );
 extern int bpm_table_init( table_functions *tf );
 extern int bpm_storage_init( store_functions *sf );
 
@@ -35,10 +33,6 @@
 
 /* stubs simply call bat version */
 int 
-bpm_logger_init( logger_functions *lf ) {
-       return bat_logger_init(lf);
-}
-int 
 bpm_table_init( table_functions *tf ) {
        return bat_table_init(tf);
 }


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to