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

INSERT..SELECT throws Internal error: Bulkload Read

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 6.1.1
    • Icebox
    • PrimProc
    • None

    Description

      Artifacts: https://cspkg.s3.amazonaws.com/develop/pull_request/1434/centos7/

      drop table cs1;drop table i1;
      create table cs1 (a varchar(1) CHARACTER SET utf16 NOT NULL)engine=columnstore;
      create table i1 (a varchar(1) CHARACTER SET utf16 NOT NULL)engine=columnstore;
      insert into i1 values ('a');
      insert into cs1 select * from i1;
      ERROR 1815 (HY000): Internal error: PM1 : Bulkload Read (thread 0) Failed for Table test.cs1.  Terminating this job.
      

      drop table cs1;drop table i1;
      create table cs1 (a varchar(5) CHARACTER SET utf8 NOT NULL, b varchar(6) CHARACTER SET latin1 NOT NULL)engine=columnstore;
      create table i1 (a varchar(5) CHARACTER SET utf8 NOT NULL,  b varchar(6) CHARACTER SET latin1 NOT NULL)engine=columnstore;
      insert into i1 values ('a','b');
      insert into cs1 select * from i1;
      ERROR 1815 (HY000): Internal error: PM1 : Bulkload Read (thread 0) Failed for Table test.cs1.  Terminating this job.
      

      This works fine in develop-5.

      Attachments

        Activity

          People

            leonid.fedorov Leonid Fedorov
            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.