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

DISTINCT Join between latin1 and UTF8 tables fails

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Cannot Reproduce
    • 1.1.6
    • 5.5.1
    • N/A
    • None

    Description

      The following creates an error:

      create table tc (a varchar(256) not null) engine=csv;
      create table td (a bigint, b varchar(256)) default charset=utf8 engine=columnstore;
      select distinct(td.a), 'B1' AS bloc from td where td.b in (select a from tc where tc.a is not null);
      

      The user error is:

      ERROR 1815 (HY000): Internal error: IDB-2035: An internal error occurred.  Check the error log file & contact support.
      

      In logs:

      /home/linuxjedi/Programming/Git/mariadb-columnstore-server/mariadb-columnstore-engine/dbcon/joblist/tupleconstantstep.cpp@156: assertion 'j < oidsIn.size()' failed
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            LinuxJedi Andrew Hutchings (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.