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

SHOW CREATE TABLE output changed for encrypted InnoDB tables

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.11.19
    • N/A
    • Information Schema
    • None
    • Not for Release Notes

    Description

      We have encrypted innodb tables.
      After upgrading from 10.11.18 to 10.11.19 the show create table output different.

      on mariadb 10.11.18
      show create table:

      ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_hungarian_ci AVG_ROW_LENGTH=191 COMMENT='none' `encrypted`=yes
      

      and on mariadb 10.11.19

      ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_hungarian_ci COMMENT='none' `encrypted`='yes'
      

      The difference :

      • missing AVG_ROW_LENGTH
      • `encrypted`='yes' vs `encrypted`=yes

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bulepage bulepage
              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.