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

Allow loading buffer pool dumps for encrypted tablespaces

    XMLWordPrintable

Details

    Description

      loading buffer pool dumps is not working for encrypted tablespaces

      		/* JAN: TODO: As we use background page read below,
      		if tablespace is encrypted we cant use it. */
      		if (space == NULL ||
      		   (space && space->crypt_data &&
      		    space->crypt_data->encryption != FIL_ENCRYPTION_OFF &&
      		    space->crypt_data->type != CRYPT_SCHEME_UNENCRYPTED)) {
      			continue;
      		}
      

      Attachments

        Issue Links

          Activity

            People

              marko Marko Mäkelä
              jplindst Jan Lindström (Inactive)
              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.