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

Add deprecation status columns to I_S.SYSTEM_VARIABLES

    XMLWordPrintable

Details

    • Q2/2026 Server Maintenance

    Description

      This would allow for easy / automated "is this server's config setting some deprecated variables" checks by running for example:

      SELECT VARIABLE_NAME, GLOBAL_VALUE, DEFAULT_VALUE
        FROM INFORMATION_SCHEMA.SYSTEM_VARIABLES
        WHERE GLOBAL_VALUE_ORIGIN IN('CONFIG', 'SQL')
        AND IS_DEPRECATED = 'YES';
      

      The new thing here is IS_DEPRECATED='YES'.
      Note: this query will list all deprecated variables. See the comments below for how to filter for only changed variables.

      Attachments

        Issue Links

          Activity

            People

              Roel Roel Van de Paar
              hholzgra Hartmut Holzgraefe
              Raghunandan Bhat Raghunandan Bhat
              Daniel Black Daniel Black
              Votes:
              1 Vote for this issue
              Watchers:
              10 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.