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

Hard-code the shared InnoDB temporary tablespace ID

Details

    Description

      MySQL 5.7 supports only one shared temporary tablespace.
      MariaDB 10.2 does not support any other shared InnoDB tablespaces than the two predefined tablespaces: the persistent InnoDB system tablespace (default file name ibdata1) and the temporary tablespace (default file name ibtmp1).

      InnoDB is unnecessarily allocating a tablespace ID for the predefined temporary tablespace on every startup, and it is in several places testing whether a tablespace ID matches this dynamically generated ID.

      We should use a compile-time constant to reduce code size and to avoid unnecessary updates to the DICT_HDR page at every startup.

      Using a hard-coded tablespace ID will also make it easier to remove the TEMPORARY flag from FSP_SPACE_FLAGS in MDEV-11202.

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Marko Mäkelä made transition -
            Open In Progress
            3m 56s 1
            Marko Mäkelä made transition -
            In Progress In Review
            23s 1
            Jan Lindström (Inactive) made transition -
            In Review Stalled
            2d 18h 21m 1
            Marko Mäkelä made transition -
            Stalled Closed
            5h 34m 1

            People

              marko Marko Mäkelä
              marko Marko Mäkelä
              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.