Update of /cvsroot/monetdb/sql/src/storage/bpm
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30886/src/storage/bpm
Modified Files:
bpm_storage.mx
Log Message:
alters are handled now as updates (so each new column/index has
the same aligned bat storage).
U bpm_storage.mx
Index: bpm_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_storage.mx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- bpm_storage.mx 23 Dec 2008 10:30:07 -0000 1.20
+++ bpm_storage.mx 27 Dec 2008 21:27:45 -0000 1.21
@@ -262,7 +262,7 @@
for (i = 0; i<p->nr; i++) {
BAT *b = BATselect_( BATmirror(upd), (ptr)&lv, (ptr)&hv, TRUE,
FALSE);
- delta_update_bat( &p->parts[i], BATmirror(b));
+ delta_update_bat( &p->parts[i], BATmirror(b), 0);
bat_destroy(b);
lv = hv;
------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins