Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22907/src/backends/monet5
Modified Files:
sql.mx
Log Message:
fix the rdf catalgo entries to have correct oids on MAP_LEX
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -d -r1.386 -r1.387
--- sql.mx 7 Jan 2010 15:24:31 -0000 1.386
+++ sql.mx 8 Jan 2010 13:40:18 -0000 1.387
@@ -4701,10 +4701,11 @@
}
store_funcs.append_col(m->session->tr,
- mvc_bind_column(m, map_tbl, "lexical"), s, TYPE_bat);
+ mvc_bind_column(m, map_tbl, "lexical"),
+ BATmirror(BATmark(BATmirror(s),0)), TYPE_bat);
store_funcs.append_col(m->session->tr,
mvc_bind_column(m, map_tbl, "sid"),
- BATmark(s, 0),
+ BATmirror(BATmark(s, 0)),
TYPE_bat);
BBPunfix(s->batCacheid);
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins