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

Lots of joins can crash the server

    XMLWordPrintable

Details

    • Bug
    • Status: In Review (View Workflow)
    • Blocker
    • Resolution: Unresolved
    • 10.6, 10.11, 11.4, 11.8
    • 10.6, 10.11, 11.4, 11.8
    • Parser
    • None
    • Can result in hang or crash

    Description

      Queries like

      SELECT * FROM t1 JOIN t1 x0 ON t1
                       JOIN t1 x1 ON t1
                       JOIN t1 x2 ON t1
                       ...
                       JOIN t1 x14000 ON t1
      

      might get out of stack when recursively invoking JOIN::free_pushdown_handlers().

      Attachments

        Activity

          People

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