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

ALTER TABLE without ENCRYPTION clause caused tables to be encrypted.

Details

    • Bug
    • Status: Done
    • High
    • Resolution: Fixed
    • 8.0.17-8
    • 8.0.19-10
    • None

    Description

      Given: --default-table-encryption=ONLINE_TO_KEYRING and TABLE t created to be always unencrypted:
      CREATE TABLE t (..) ENCRYPTION='N';
      Doing any alter without ENCRYPTION='N' clause, for instance:
      ALTER TABLE t ENGINE InnoDB;
      Will cause t to get encrypted.

       

      Attachments

        Activity

          People

            robert.golebiowski Robert Golebiowski (Inactive)
            robert.golebiowski Robert Golebiowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - Not Specified
                Not Specified
                Logged:
                Time Spent - 1 week, 3 days, 45 minutes
                1w 3d 45m

                Smart Checklist