Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4376

Simple select runs forever

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.3.1.4, 10.5.3.0, 10.6.1.0
    • 10.3.3.1, 10.4.2.1, 10.5.3.1, 10.6.1.0
    • SQL
    • None
    • Repro attached
    • Regression

    Description

      On Derby 10.3.1.4 and later, I see that evaluating the statements below in ij apparently makes Derby go into an infinite loop. The select statement ran for two hours until I aborted it. I do not see this problem on Derby 10.2.2.0 or earlier.

      ij> create table t(x int primary key);
      0 rows inserted/updated/deleted
      ij> prepare ps as 'select * from t where x=? or x=?';
      ij> execute ps using 'values (cast(null as int), 0)';
      IJ WARNING: Autocommit may close using result set
      X
      -----------

      Attachments

        1. derby-4376-1a.stat
          0.3 kB
          Knut Anders Hatlen
        2. derby-4376-1a.diff
          16 kB
          Knut Anders Hatlen

        Issue Links

          Activity

            People

              knutanders Knut Anders Hatlen
              knutanders Knut Anders Hatlen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: