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

Modified Files:
        sql.mx 
Log Message:
propagated changes of Friday Aug 14 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/14 - stmane: src/backends/monet5/sql.mx,1.347.2.2

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -d -r1.350 -r1.351
--- sql.mx      12 Aug 2009 17:40:35 -0000      1.350
+++ sql.mx      14 Aug 2009 17:01:16 -0000      1.351
@@ -1936,7 +1936,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