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

Modified Files:
        bat_storage.mx 
Log Message:
It seems the commented line can be removed...



U bat_storage.mx
Index: bat_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_storage.mx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- bat_storage.mx      23 Dec 2008 10:30:07 -0000      1.29
+++ bat_storage.mx      23 Dec 2008 11:29:19 -0000      1.30
@@ -619,7 +619,6 @@
                sql_column *c = ni->t->columns.set->h->data;
                /* Here we also handle indices created through alter stmts */
                /* These need to be created aligned to the existing data */
-               /*BAT *b = bat_new(TYPE_void, type, ni->t->sz);*/
                BAT *b, *cb = bind_col(tr, c, RDONLY);
                if (type == TYPE_wrd) {
                        wrd val = 0;


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

Reply via email to