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

INSERT..SELECT for all BLOB datatypes gives wrong results

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 5.5.1, 6.1.1
    • Icebox
    • None
    • None

    Description

      Artifacts: https://cspkg.s3.amazonaws.com/develop-5/pull_request/1351/centos7/

      CREATE TABLE t1(col BLOB)ENGINE=Columnstore;
      INSERT INTO t1 VALUES('cxyz'), ('4863'), ('*abc');
      INSERT INTO t1 SELECT * FROM t1;
      SELECT * FROM t1;
      +------+
      | col  |
      +------+
      | cxyz |
      | 4863 |
      | *abc |
      | cdef |
      | 4567 |
      | *+,- |
      +------+
      

      This is a regression.

      Attachments

        Activity

          People

            bharath.bokka Bharath Bokka (Inactive)
            bharath.bokka Bharath Bokka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.