Update of /cvsroot/monetdb/sql/src/storage/bpm
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30059/storage/bpm
Modified Files:
Tag: Nov2008
bpm_storage.mx
Log Message:
Comment the code in the proper way...
...at least I learn that with 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.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- bpm_storage.mx 10 Oct 2008 09:02:32 -0000 1.19
+++ bpm_storage.mx 23 Dec 2008 10:43:18 -0000 1.19.2.1
@@ -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