You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2009/12/04 17:12:20 UTC

[jira] Updated: (DERBY-4387) Infinite loop in PredicateList.joinClauseTransitiveClosure()

     [ https://issues.apache.org/jira/browse/DERBY-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik updated DERBY-4387:
---------------------------------

    Issue & fix info: [High Value Fix, Repro attached]  (was: [Repro attached, Patch Available, High Value Fix])
       Fix Version/s: 10.6.0.0

> Infinite loop in PredicateList.joinClauseTransitiveClosure()
> ------------------------------------------------------------
>
>                 Key: DERBY-4387
>                 URL: https://issues.apache.org/jira/browse/DERBY-4387
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.0.2.1, 10.1.3.1, 10.2.2.0, 10.3.3.0, 10.4.2.0, 10.5.3.0, 10.6.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4387.diff, derby-4387.stat
>
>
> This sequence of statements triggers an infinite loop in PredicateList.joinClauseTransitiveClosure() and never completes:
> create table c (a int, b int, c int);
> create table cc (aa int);
> select * from cc t1, c t2, cc t3 where t3.aa = t2.a and t3.aa = t2.b and t3.aa = t2.c;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.