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

Add a deprecation status column to I_S.SYSTEM_VARIABLES

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • None
    • None

    Description

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

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            hholzgra Hartmut Holzgraefe
            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.