Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
Description
The following changes between MySQL 5.6.43 and MySQL 5.6.44 touch InnoDB files.
Not applicable (already fixed in MariaDB)
Bug#28867993: POSSIBLE ISSUE WITH MYSQL SERVER RESTART
Already fixed in MariaDB in a less intrusive way.
Bug #29048768 BUILD MYSQL 5.6 WITH GCC7
Already fixed in MariaDB, later also in 5.5 as part of MDEV-13459.
Applicable to MariaDB
Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLES
This is an one-liner fix to InnoDB persistent statistics, with a test case that fails in MariaDB, possibly due to missing some interface changes.
Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING ON ALGORITHM
This fixes a bug in the InnoDB-native ALTER TABLE for partitioned tables. There are some changes outside InnoDB as well.
Side note: MDEV-19330 is a related upstream bug that affects non-partitioned tables as well.
Attachments
Issue Links
- blocks
-
MDEV-20127 Merge new release of InnoDB 5.6.45 to 10.1
- Closed
- is part of
-
MDEV-17608 10.1.39 merge
- Closed
- relates to
-
MDEV-19330 InnoDB ALTER TABLE treats auto_increment_increment,auto_increment_offset differently from ALGORITHM=COPY
- Stalled