Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.3
-
None
-
10.1.21
Description
MySQL 5.7 allows temporary tables to be created in ROW_FORMAT=COMPRESSED.
The usefulness of this is questionable. In MySQL 8.0, WL#7899 prevents the creation of such compressed tables, so that all InnoDB temporary tables will be located inside the predefined InnoDB temporary tablespace.
Attachments
Issue Links
- relates to
-
MDEV-11824 Allow ROW_FORMAT=DYNAMIC in the InnoDB system tablespace
- Closed
-
MDEV-11202 InnoDB 10.1 -> 10.2 migration does not work
- Closed
-
MDEV-11585 Hard-code the shared InnoDB temporary tablespace ID
- Closed
-
MDEV-11623 MariaDB 10.1 fails to start datadir created with MariaDB 10.0/MySQL 5.6 using innodb-page-size!=16K
- Closed
-
MDEV-14240 sync0rw.ic:285 Assertion `!rw_lock_own(lock, RW_LOCK_X)' failed
- Closed
-
MDEV-29980 CREATE TEMPORARY TABLE ... LIKE does not work when original has ROW_FORMAT=COMPRESSED
- Open