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

cannot execute 2 subqueries with blob in select part

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.1.1, 1.1.2
    • 1.1.3
    • None
    • None
    • 2017-24, 2017-25

    Description

      To reproduce:

      create database b2;
       
      use b2;
       
      CREATE TABLE `t1` (
        `ID` int(11) DEFAULT NULL
      ) ENGINE=Columnstore;
       
      CREATE TABLE `t2` (
        `ID` int(11) DEFAULT NULL,
        `image` blob DEFAULT NULL
      ) ENGINE=Columnstore;
       
       select (select id from t2 where id = t1.id) as s1 ,(select image from t2 where id = t1.id ) as s2,
      (select image from t2 where id = t1.id ) as s3 from t1; 
       
      ERROR 1815 (HY000): Internal error: InetStreamSocket::readToMagic: Remote is closed
      
      

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            Richard Richard Stracke
            Votes:
            1 Vote for this issue
            Watchers:
            4 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.