Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31627/monet5
Modified Files:
Tag: SQL_2-24
sql.mx
Log Message:
fix compilation
U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.263.2.2
retrieving revision 1.263.2.3
diff -u -d -r1.263.2.2 -r1.263.2.3
--- sql.mx 4 Jun 2008 20:19:13 -0000 1.263.2.2
+++ sql.mx 5 Jun 2008 05:36:11 -0000 1.263.2.3
@@ -1689,12 +1689,11 @@
mvc *m = NULL;
str msg = getContext(&m, NULL);
sql_schema *s = NULL;
- sql_table *t = NULL;
if (msg)
return msg;
s = mvc_bind_schema(m, "%dt%");
- t = mvc_create_table(m, s, *name, TRUE, SQL_DECLARED_TABLE, CA_DROP, 0);
+ (void)mvc_create_table(m, s, *name, TRUE, SQL_DECLARED_TABLE, CA_DROP,
0);
*res_id = 0;
return MAL_SUCCEED;
}
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins