Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-535

using arithemitic in the concat function crashes the PM's

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 1.0.6.1
    • Icebox
    • PrimProc
    • None
    • Linux Redhat 7
    • 2017-3

    Description

      running arithemetic inside a the concat() function on a char field causes the PM's to crash

      Test case;

      create table test_nulls_infini
      (name varchar(100),
      dbdate datetime
      )engine=infinidb
      ;
      insert into test_nulls_infini values('test', null);

      ;
      select *
      from test_nulls_infini
      where concat("",name*1) = name
      ;

      Attachments

        Activity

          People

            LinuxJedi Andrew Hutchings (Inactive)
            nivij Nivesh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.