Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5134/src/backends/monet5

Modified Files:
        sql_scenario.mx 
Log Message:
propagated changes of Saturday Jun 23 2007 - Wednesday Jun 27 2007
from the SQL_2-18 branch to the development trunk



Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- sql_scenario.mx     19 Jun 2007 08:21:25 -0000      1.267
+++ sql_scenario.mx     28 Jun 2007 00:54:46 -0000      1.268
@@ -195,6 +195,8 @@
        return MAL_SUCCEED;
 }
 
+MT_Id sqllogthread;
+
 str
 SQLinit(Client c)
 {
@@ -224,6 +226,10 @@
        if (debug_str) 
                SQLdebug = strtol(debug_str,NULL,10);
        SQLinitialized = TRUE;
+        if (MT_create_thread(&sqllogthread, (void (*)(void *)) mvc_logmanager, 
NULL) < 0) {
+                throw(SQL, "SQLinit", "Starting log manager failed");
+
+        }
        return MAL_SUCCEED;
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to