Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-2626

LP:1001117 - Crash on a simple select that uses a temptable view

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      The following test case causes a crash of the server in MariaDB 5.5:

      CREATE TABLE t1(a INT PRIMARY KEY) PARTITION BY LINEAR KEY (a);
      CREATE ALGORITHM=TEMPTABLE VIEW vtmp AS
      SELECT 1 FROM t1 AS t1_0 JOIN t1 ON t1_0.a LIKE (SELECT 1 FROM t1);
      SELECT * FROM vtmp;

      (see also bug #12330344 from mysql code line)

      Attachments

        Activity

          People

            timour Timour Katchaounov (Inactive)
            igor Igor Babaev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 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.