Update of /cvsroot/monetdb/sql/src/storage/bpm
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29219/storage/bpm

Modified Files:
        bpm_storage.mx 
Log Message:
Comment the code in the proper way, 
at least I learn that from the "scanning office" ;)



U bpm_storage.mx
Index: bpm_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_storage.mx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- bpm_storage.mx      10 Oct 2008 09:02:32 -0000      1.19
+++ bpm_storage.mx      23 Dec 2008 10:30:07 -0000      1.20
@@ -104,10 +104,10 @@
        sht nr = p->nr;
 
        use_part(p); 
-//     if (!b) {
-               /* for now we have fixed block sizes */
-//             BATseqbase(i, nr * BPM_SPLIT);
-//     }
+/*     if (!b) {
+                for now we have fixed block sizes 
+               BATseqbase(i, nr * BPM_SPLIT);
+       }*/
        bat = p->parts+nr;
        if (!bat->uname) 
                bat->uname = sql_message("U_%s_%d", p->name);
@@ -125,10 +125,10 @@
        sht nr = p->nr;
 
        use_dpart(p); 
-//     if (!i) {
-               /* for now we have fixed block sizes */
-//             BATseqbase(i, nr * BPM_SPLIT);
-//     }
+/*     if (!i) {
+                for now we have fixed block sizes 
+               BATseqbase(i, nr * BPM_SPLIT);
+       }*/
        bat = p->parts+nr;
        if (!bat->dname) 
                bat->dname = sql_message("%s_%d", p->name, nr);


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to