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

select with 3 explicit longtext columns and string comparisation forced exemgr restart

    XMLWordPrintable

Details

    • Bug
    • Status: Confirmed (View Workflow)
    • Major
    • Resolution: Unresolved
    • 1.5.3
    • Icebox
    • ExeMgr
    • None

    Description

      To reproduce:

      CREATE TABLE t1 (
      i1 int(10) DEFAULT NULL,
      l1 longtext DEFAULT NULL,
      v1 varchar(50) DEFAULT NULL
      ) ENGINE=Columnstore DEFAULT CHARSET=utf8;
       
      select i1,l1,l1,l1 from t1 where i1 = 456 and v1 = '34534655fsdsdf';
      
      

      It happens with empty table.

      Attachments

        Activity

          People

            leonid.fedorov Leonid Fedorov
            Richard Richard Stracke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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