[MDEV-20133] Merge new release of InnoDB 5.7.27 to 10.2 Created: 2019-07-23 Updated: 2019-10-17 Resolved: 2019-07-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.2.26, 10.3.17, 10.4.7 |
| Type: | Task | Priority: | Blocker |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
MySQL 5.7.27 includes the following InnoDB changes: Not applicable to MariaDB ServerBug#28687608 EXCHANGE PARTITION GENERATING ERROR FOR ROW_FORMAT WHEN IT SHOULD NOT Bug #29508001 MYSQL DEADLOCK AND BUGCHECK ON AARCH64 UNDER STRESS TEST Bug#28834208 row_log_table_apply_update*inplace_alter_table_impl*assertion failure:row0log.cc Bug#28104394 : INNODB 5.7 PRIMARY KEY SCAN LACK DATA Not directly applicable to MariaDBBug #25289359 DML/DDL ON LARGE FULLTEXT TABLES CAUSE SEMAPHORE TIMEOUTS AND ASSERTION/SUICIDE Applicable to MariaDB ServerBug #29127203 VIRTUAL GENERATED COLUMN INDEX DATA INCONSISTENCY BUG#29138644 PAGE CLEANER WILL SLEEP FOR LONG TIME IF CLOCK CHANGES and follow-up fix |
| Comments |
| Comment by Marko Mäkelä [ 2019-07-25 ] | ||||||||||
|
The
This will affect time_elapsed in buf_stats_get_pool_info(), which in turn will affect the following:
None of these affect the page_cleaner. They affect some diagnostic output, such as SHOW ENGINE INNODB STATUS and INFORMATION_SCHEMA.INNODB_BUFFER_POOL_STATS. |