Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21033
Modified Files:
Tag: SQL_2-18
sql_scenario.mx
Log Message:
added missing logmanager thread
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.265.2.2
retrieving revision 1.265.2.3
diff -u -d -r1.265.2.2 -r1.265.2.3
--- sql_scenario.mx 15 Jun 2007 22:16:42 -0000 1.265.2.2
+++ sql_scenario.mx 24 Jun 2007 18:21:00 -0000 1.265.2.3
@@ -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