Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2675

sqlci will core dump when select on a table with where clause "1 = 2"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • None
    • None

    Description

      sqlci will core dump when select on a table with where clause '1 = 2', and the table is store by a char(2000) column.

      1. create table t1(c1 char(2000)) not null not droppable) store by (c1 asc);
      2. select * from t1 where 1=2;

      Attachments

        Activity

          People

            andyyangcn Yang, Yongfeng
            andyyangcn Yang, Yongfeng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: