Uploaded image for project: 'Percona Server for MySQL'
  1. Percona Server for MySQL
  2. PS-5734

Disabling temp tablespace encryption at runtime does not create un-encrypted file-per-table temp tables

Details

    Description

      While testing PS-3821, it is noticed that if we change the value of innodb-temp-tablespace encryption to OFF during runtime , the subsequent file-per-table temporary tables are not un-encrypted.

      To verify following testcase was executed:

      1. Start the server with innodb-temp-tablespace-encrypt=ON
      2. Turn off encryption
      3. create temporary table t1(a int) row_format=compressed; /It fails/

      Attachments

        Issue Links

          Activity

            People

              sergei.glushchenko Sergei Glushchenko (Inactive)
              mohit.joshi Mohit Joshi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Smart Checklist