Update of /cvsroot/monetdb/pathfinder/compiler/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5910/compiler/sql

Modified Files:
        lalg2sql.brg 
Log Message:
[ 1607210 ] XQ: server-side compilation crash (member benchmark)
- introduced a stack fence that aborts too deep recursion
  only enabled in embedded mode (to keep Mserver alive on bad queries)



Index: lalg2sql.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- lalg2sql.brg        22 May 2007 07:02:49 -0000      1.43
+++ lalg2sql.brg        25 May 2007 21:55:22 -0000      1.44
@@ -843,6 +843,8 @@
   PFla_op_t *kids[MAX_KIDS];   /* leaf node of this rule */
   bool topdown;
 
+  PFrecursion_fence();
+
   sql_stmt = NULL;
 
   if (p->sql_ann)


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to