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

Bug: WITH Table Statements Interfere Between Them

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • N/A
    • OTHER

    Description

      When I create a statement of the type:

      WITH t_aux
      AS
      (
       
      )
      SELECT
         *
      FROM
         t_aux;
      

      It interferes the temporary table created in the first WITH in the next one:

      WITH t_aux_dummy
      AS
      (
       
      )
      SELECT
         *
      FROM
         t_aux;
      

      I understand that with WITH statement, created temporary tables shall be SELECT query specific.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Juan Juan Telleria
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.