Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.11.19
-
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
- relates to
-
MDEV-39776 SHOW CREATE TABLE corrupts `-quoted table options
-
- Closed
-