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

eq_range_index_dive_limit cannot be configured in server.cnf

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.3.15, 10.2, 10.3, 10.4
    • 10.2.25
    • Optimizer
    • None
    • Centos 7

    Description

      It seems the recently added variable eq-range-index-dive-limit cannot be configured in server cnf file.
      In configuration file I have:

      [mariadb]
      eq_range_index_dive_limit=200
      

      But the server starts up with message:

       
      localhost.localdomain mysqld[14716]: 2019-05-13 23:02:08 0 [Warning] 'eq-range-index-dive-limit' is MySQL 5.6 / 5.7 compatible option. To be implemented in later versions.
      

      and value is zero in server runtime variables

      MariaDB [(none)]> show global variables like 'eq_range_index_dive_limit'\G
      *************************** 1. row ***************************
      Variable_name: eq_range_index_dive_limit
              Value: 0
      
      

      But setting it manually seems to work as expected.

      Attachments

        Activity

          People

            varun Varun Gupta (Inactive)
            rlam Roope Pääkkönen (Inactive)
            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.