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

EXPLAIN INSERT ... SELECT crashes on 10.0-base-explain-slowquerylog

    XMLWordPrintable

Details

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

    Description

      Run:

      create table t0 (a int);
      insert into t0 values (1),(2),(3),(4),(5),(6),(7),(8);
      create table t1 (a int);
       
      explain insert into t1 select * from t0;

      and see it crash.

      Attachments

        Activity

          People

            psergei Sergei Petrunia
            psergei Sergei Petrunia
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.