Update of /cvsroot/monetdb/sql/src/storage/bat
In directory sc8-pr-cvs16:/tmp/cvs-serv5024/src/storage/bat

Modified Files:
        bat_store.mx 
Log Message:

fixed compilation of SQL after Peter's yesterday's changes:
functons/macros MT_init_*() & MT_*_init() have grown an extra name parameter.


Index: bat_store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_store.mx,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- bat_store.mx        30 Mar 2007 09:47:09 -0000      1.125
+++ bat_store.mx        10 Apr 2007 07:41:39 -0000      1.126
@@ -2400,7 +2400,7 @@
 
        logger_sequence(sql_logger, OBJ_SID, &store_oid);
        prev_oid = store_oid;
-       MT_lock_init(&bs_lock);
+       MT_lock_init(&bs_lock, "SQL_bs_lock");
 
        types_init(debug);
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to