Update of /cvsroot/monetdb/sql/src/backends/monet4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27299/src/backends/monet4
Modified Files:
sql_server.mx
Log Message:
count now returns wrd
U sql_server.mx
Index: sql_server.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_server.mx,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- sql_server.mx 2 Sep 2008 07:28:52 -0000 1.205
+++ sql_server.mx 7 Sep 2008 14:27:05 -0000 1.206
@@ -116,7 +116,7 @@
@-
A special clear table function is required for an efficient DELETE ALL
implementation. A table clear requires global table knowledge.
@m
- .COMMAND mvc_clear_table( mvc c, str sname, str tname ) :lng =
mvc_clear_table_wrap;
+ .COMMAND mvc_clear_table( mvc c, str sname, str tname ) :wrd =
mvc_clear_table_wrap;
"Clear table"
.COMMAND mvc_delete( mvc c, str sname, str tname, any b ) :void =
mvc_delete_wrap;
@@ -725,7 +725,7 @@
}
int
-mvc_clear_table_wrap(lng *res, mvc *c, str sname, str tname)
+mvc_clear_table_wrap(wrd *res, mvc *c, str sname, str tname)
{
mvc *m = *(mvc **) c;
sql_schema *s = mvc_bind_schema(m, sname);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins