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

Spider: Remove table options by COMMENT

Details

    Description

      MDEV-28861 deprecates the engine-defined options corresponding to major table options. So, we now can remove the table options, specified by COMMENT and CONNECTION, which have engine-defined option correspondence. Also, remove non-major, rarely used table options.

      Attachments

        Issue Links

          Activity

            serg Sergei Golubchik added a comment - - edited

            I suggest this to be done in steps:

            1. COMMENT is accepted, but SHOW CREATE TABLE shows options from MDEV-28861
            2. COMMENT causes a deprecation warning
            3. COMMENT is no longer parsed (after a some grace period after 2)

            I'm afraid there's no proper way of implementing 1, so either we skip it or it'll be some kind of a hack (luckily, it's needed only temporarily, until 3)

            serg Sergei Golubchik added a comment - - edited I suggest this to be done in steps: COMMENT is accepted, but SHOW CREATE TABLE shows options from MDEV-28861 COMMENT causes a deprecation warning COMMENT is no longer parsed (after a some grace period after 2) I'm afraid there's no proper way of implementing 1, so either we skip it or it'll be some kind of a hack (luckily, it's needed only temporarily, until 3)
            ycp Yuchen Pei added a comment -

            Last I checked, the deprecation rule said: a feature should not be deleted until it's deprecated in all maintained versions.

            Since table options by COMMENT was deprecated for 11.4 (MDEV-28861), we have to wait for all versions < 11.4 to EOL, which means this ticket needs to wait till 2028 (10.11 EOL). So I guess we'll just keep bumping the fixversion till then...

            ycp Yuchen Pei added a comment - Last I checked, the deprecation rule said: a feature should not be deleted until it's deprecated in all maintained versions. Since table options by COMMENT was deprecated for 11.4 ( MDEV-28861 ), we have to wait for all versions < 11.4 to EOL, which means this ticket needs to wait till 2028 (10.11 EOL). So I guess we'll just keep bumping the fixversion till then...

            People

              ycp Yuchen Pei
              ralf.gebhardt Ralf Gebhardt
              Votes:
              1 Vote for this issue
              Watchers:
              5 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.