Bugs item #1639108, was opened at 2007-01-19 01:20 Message generated for change (Comment added) made by nielsnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1639108&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL/Core Group: SQL CVS Head >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: relational (relational) Assigned to: Niels Nes (nielsnes) Summary: mserver crashes on delete query Initial Comment: this one is reproducible using both mserver4 and mserver5. test case is attached. ---------------------------------------------------------------------- >Comment By: Niels Nes (nielsnes) Date: 2007-02-12 20:14 Message: Logged In: YES user_id=43556 Originator: NO The query at hand has outer references to the to be updated tables. And has an expression which has an implicite join between two tables. Conclusion we need a 3 way xproduct. This case wasn't detected before. Now thats solved. Reduce the test to a smaller input table, else the 3 way x-product take to much time. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1639108&group_id=56967 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
