Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23988

Modified Files:
      Tag: Aug2009
        sql.mx 
Log Message:

sql.clear_table() claims to and is expected to return a "wrd";
hence, its implementation in mvc_clear_table_wrap() must also
use "wrd", not "lng".


This should fix the affected rows display with delete statements
on 32-bit big-endian systems


U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.347.2.1
retrieving revision 1.347.2.2
diff -u -d -r1.347.2.1 -r1.347.2.2
--- sql.mx      12 Aug 2009 11:25:34 -0000      1.347.2.1
+++ sql.mx      14 Aug 2009 14:19:59 -0000      1.347.2.2
@@ -1935,7 +1935,7 @@
        sql_table *t;
        mvc *m = NULL;
        str msg = getContext(cntxt,mb, &m, NULL);
-       lng *res = (lng *)getArgReference(stk, pci, 0);
+       wrd *res = (wrd *)getArgReference(stk, pci, 0);
        str *sname = (str *)getArgReference(stk, pci, 1);
        str *tname = (str *)getArgReference(stk, pci, 2);
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to