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

Modified Files:
        restrict_logger.mx 
Log Message:
Add a PRE_COMMIT entry to the logs (on behalve of the ongoing
implementation of 2PC for XRPC queries)

N.B. the interface of logger_create() has been changed!



U restrict_logger.mx
Index: restrict_logger.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/restrict/restrict_logger.mx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- restrict_logger.mx  15 Jan 2008 10:40:27 -0000      1.1
+++ restrict_logger.mx  20 May 2008 10:45:50 -0000      1.2
@@ -40,7 +40,7 @@
 {
        if (restrict_logger)
                return LOG_ERR;
-       restrict_logger = logger_create(0, "sql", logdir, dbname, 
catalog_version);
+       restrict_logger = logger_create(0, "sql", logdir, dbname, 
catalog_version, NULL);
        if (restrict_logger)
                return LOG_OK;
        return LOG_ERR;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to