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

Inconsistent results with optimizer_switch='derived_merge=ON/OFF';

    XMLWordPrintable

Details

    • Bug
    • Status: Confirmed (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 5.5, 10.0, 10.1, 10.3.11, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11
    • 10.4, 10.5, 10.6
    • Optimizer
    • Redhat el6

    Description

      With the same select statement, it produces different results with optimizer_switch='derived_merge=ON'; and optimizer_switch='derived_merge=OFF';

      Reproduce test case:
      1. Follow the test_case.rtf attached, create table t1 and insert data into t1; create table t2 and insert data to t2.
      2. Set optimizer_switch='derived_merge=ON'; and run the select statement. It has empty set result.
      3. Set optimizer_switch='derived_merge=OFF'; and run the same select statement. It has result set:

      +--------------------+------------+ 
      | T_FP               | Test_Value | 
      +--------------------+------------+ 
      | 731834939448428685 |         22 | 
      +--------------------+------------+
      

      Thanks,

      KT Chow

      Attachments

        Activity

          People

            monty Michael Widenius
            ktchow_ogcio Chow King Tak
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.