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

LP:623315 - Query returns less rows when run with join_cache_level=6 on maria-5.3-dsmrr-cpk

    XMLWordPrintable

Details

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

    Description

      The following query:

      SELECT table2 .`pk`
      FROM CC
      LEFT JOIN CC table2
      JOIN CC table3 ON table3 .`col_varchar_key` = table2 .`col_varchar_key`
      ON table3 .`col_int_nokey` ;

      Returns 469 rows when executed with join_cache_level=6 on maria-5.3-dsmrr-cpk . maria-5.3 , join_cache_level=0 and using IGNORE INDEX to modify the query plan all agree that the query should return 480 rows.

      Attachments

        Activity

          People

            psergei Sergei Petrunia
            philipstoev Philip Stoev (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.